date and time created 83/08/05 13:34:56 by sam
[unix-history] / usr / src / old / sh / Makefile
index cfabc4a..1f52a7e 100644 (file)
@@ -1,4 +1,4 @@
-#      Makefile        4.4     83/02/09
+#      Makefile        4.5     83/07/01
 #
 CFLAGS = -O -w
 
 #
 CFLAGS = -O -w
 
@@ -25,7 +25,7 @@ main.o:               brkincr.h
 stak.o:                brkincr.h
 
 sh:
 stak.o:                brkincr.h
 
 sh:
-       cc -o sh -n *.o
+       cc -o sh *.o
 
 install:
        install -s sh $(DESTDIR)/bin
 
 install:
        install -s sh $(DESTDIR)/bin