patch-2.0.21 linux/Rules.make

Next file: linux/arch/i386/kernel/setup.c
Previous file: linux/Makefile
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.0.20/linux/Rules.make linux/Rules.make
@@ -83,7 +83,7 @@
 #
 fastdep: dummy
 	if [ -n "$(wildcard *.[chS])" ]; then \
-	$(AWK) -f $(TOPDIR)/scripts/depend.awk *.[chS] > .depend; fi
+	$(TOPDIR)/scripts/mkdep *.[chS] > .depend; fi
 ifdef ALL_SUB_DIRS
 	set -e; for i in $(ALL_SUB_DIRS); do $(MAKE) -C $$i fastdep; done
 endif

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov