patch-1.3.25 linux/Rules.make

Next file: linux/arch/alpha/boot/Makefile
Previous file: linux/Makefile
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v1.3.24/linux/Rules.make linux/Rules.make
@@ -69,7 +69,9 @@
 fastdep: dummy
 	if [ -n "$(wildcard *.[chS])" ]; then \
 	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
 
 #
 # A rule to make subdirectories

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