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

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