removed man tree from 'tape'. DLW
authorDavid Wasley <dlw@ucbvax.Berkeley.EDU>
Mon, 18 Apr 1983 13:42:53 +0000 (05:42 -0800)
committerDavid Wasley <dlw@ucbvax.Berkeley.EDU>
Mon, 18 Apr 1983 13:42:53 +0000 (05:42 -0800)
SCCS-vsn: usr.bin/f77/libF77/makefile 1.18

usr/src/usr.bin/f77/libF77/makefile

index cfaf028..abd02c8 100644 (file)
@@ -1,6 +1,6 @@
 # Makefile for the f77 math & startup lib - libF77.a
 
 # Makefile for the f77 math & startup lib - libF77.a
 
-#      @(#)makefile    1.17    %G%
+#      @(#)makefile    1.18    %G%
 
 DESTDIR =
 LIB = libF77.a
 
 DESTDIR =
 LIB = libF77.a
@@ -124,13 +124,8 @@ Makefile:  makefile
        @sed -n -e "1,/End of Makefile/p" makefile > Makefile
 
 tape:  Makefile
        @sed -n -e "1,/End of Makefile/p" makefile > Makefile
 
 tape:  Makefile
-       @-ln man/s.makefile man.s.makefile
-       @ls man.s.makefile > /dev/null
-       @rm -f man/s.makefile
-       -tar cbf 20 $(TAPE) READ_ME Makefile man complex $(SOURCES) \
+       -tar cbf 20 $(TAPE) READ_ME Makefile complex $(SOURCES) \
                mkindx.c subout.c
                mkindx.c subout.c
-       @ln man.s.makefile man/s.makefile
-       @rm -f man.s.makefile
 
 # below here is SCCS stuff ...
 
 
 # below here is SCCS stuff ...