patch-1.3.26 linux/Makefile
Next file: linux/README
Previous file: linux/Documentation/devices.txt
Back to the patch index
Back to the overall index
-  Lines: 32
 -  Date:
Mon Sep 11 20:56:37 1995
 -  Orig file: 
v1.3.25/linux/Makefile
 -  Orig date: 
Sat Sep  9 15:26:51 1995
 
diff -u --recursive --new-file v1.3.25/linux/Makefile linux/Makefile
@@ -1,6 +1,6 @@
 VERSION = 1
 PATCHLEVEL = 3
-SUBLEVEL = 25
+SUBLEVEL = 26
 
 ARCH = i386
 
@@ -21,6 +21,7 @@
 AR	=ar
 NM	=nm
 STRIP	=strip
+AWK	=awk
 
 all:	do-it-all
 
@@ -258,7 +259,7 @@
 
 #depend dep: .hdepend
 depend dep: archdep .hdepend include/linux/version.h
-	awk -f scripts/depend.awk init/*.c > .tmpdepend
+	$(AWK) -f scripts/depend.awk init/*.c > .tmpdepend
 	set -e; for i in $(SUBDIRS); do $(MAKE) -C $$i fastdep; done
 	mv .tmpdepend .depend
 ifdef CONFIG_MODVERSIONS
@@ -296,5 +297,5 @@
 
 .hdepend: dummy
 	rm -f $@
-	awk -f scripts/depend.awk `find $(HPATH) -name \*.h -print` > .$@
+	$(AWK) -f scripts/depend.awk `find $(HPATH) -name \*.h -print` > .$@
 	mv .$@ $@
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