1 --- linux.old/Rules.make 2005-08-31 00:37:34.363109288 +0200
2 +++ linux.dev/Rules.make 2005-08-31 13:59:20.140676296 +0200
4 # This make dependencies quickly
7 - $(TOPDIR)/scripts/mkdep $(CFLAGS) $(EXTRA_CFLAGS_nostdinc) -- $(wildcard *.[chS]) > .depend
8 + find -name '*.[chS]' | xargs $(TOPDIR)/scripts/mkdep $(CFLAGS) $(EXTRA_CFLAGS_nostdinc) -- > .depend
10 $(MAKE) $(patsubst %,_sfdep_%,$(ALL_SUB_DIRS)) _FASTDEP_ALL_SUB_DIRS="$(ALL_SUB_DIRS)"