status as of 4.3 alpha tape
[unix-history] / usr / src / Makefile
index ee97cd0..c78f957 100644 (file)
@@ -1,4 +1,4 @@
-#      @(#)Makefile    4.5     (Berkeley)      %G%
+#      @(#)Makefile    4.6     (Berkeley)      %G%
 #
 DESTDIR=
 CFLAGS=        -O
 #
 DESTDIR=
 CFLAGS=        -O
@@ -15,7 +15,7 @@ ${SUBDIR}: FRC
 FRC:
 
 install:
 FRC:
 
 install:
-       for i in ${SUBDIR}; do \
+       -for i in ${SUBDIR}; do \
                (cd $$i; make ${MFLAGS} DESTDIR=${DESTDIR} install); done
 
 tags:
                (cd $$i; make ${MFLAGS} DESTDIR=${DESTDIR} install); done
 
 tags: