mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-06 05:30:36 +02:00
d2bf38119f
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@1807 3c298f89-4303-0410-b956-a3cf2f4a3e73
12 lines
508 B
Diff
12 lines
508 B
Diff
--- linux.old/Rules.make 2005-08-31 00:37:34.363109288 +0200
|
|
+++ linux.dev/Rules.make 2005-08-31 13:59:20.140676296 +0200
|
|
@@ -126,7 +126,7 @@
|
|
# This make dependencies quickly
|
|
#
|
|
fastdep: dummy
|
|
- $(TOPDIR)/scripts/mkdep $(CFLAGS) $(EXTRA_CFLAGS_nostdinc) -- $(wildcard *.[chS]) > .depend
|
|
+ find -name '*.[chS]' | xargs $(TOPDIR)/scripts/mkdep $(CFLAGS) $(EXTRA_CFLAGS_nostdinc) -- > .depend
|
|
ifdef ALL_SUB_DIRS
|
|
$(MAKE) $(patsubst %,_sfdep_%,$(ALL_SUB_DIRS)) _FASTDEP_ALL_SUB_DIRS="$(ALL_SUB_DIRS)"
|
|
endif
|