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
- Lines: 9
- Date:
Sun Sep 15 13:21:20 1996
- Orig file:
v2.0.20/linux/Rules.make
- Orig date:
Fri Jun 7 16:28:45 1996
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