patch-1.3.26 linux/Rules.make
Next file: linux/arch/alpha/config.in
Previous file: linux/README
Back to the patch index
Back to the overall index
- Lines: 9
- Date:
Mon Sep 11 20:57:04 1995
- Orig file:
v1.3.25/linux/Rules.make
- Orig date:
Sat Sep 9 15:26:51 1995
diff -u --recursive --new-file v1.3.25/linux/Rules.make linux/Rules.make
@@ -68,7 +68,7 @@
#
fastdep: dummy
if [ -n "$(wildcard *.[chS])" ]; then \
- awk -f $(TOPDIR)/scripts/depend.awk *.[chS] > .depend; fi
+ $(AWK) -f $(TOPDIR)/scripts/depend.awk *.[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
with Sam's (original) version of this