patch-2.1.30 linux/Rules.make
Next file: linux/arch/alpha/kernel/alpha_ksyms.c
Previous file: linux/Makefile
Back to the patch index
Back to the overall index
-  Lines: 10
-  Date:
Wed Mar 19 16:27:09 1997
-  Orig file: 
v2.1.29/linux/Rules.make
-  Orig date: 
Sun Jan 26 02:07:03 1997
diff -u --recursive --new-file v2.1.29/linux/Rules.make linux/Rules.make
@@ -82,8 +82,7 @@
 # This make dependencies quickly
 #
 fastdep: dummy
-	if [ -n "$(wildcard *.[chS])" ]; then \
-	$(TOPDIR)/scripts/mkdep *.[chS] > .depend; fi
+	$(TOPDIR)/scripts/mkdep *.[chS] > .depend
 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