added chmod 644 to install. DLW
authorDavid Wasley <dlw@ucbvax.Berkeley.EDU>
Fri, 14 Aug 1981 10:45:46 +0000 (02:45 -0800)
committerDavid Wasley <dlw@ucbvax.Berkeley.EDU>
Fri, 14 Aug 1981 10:45:46 +0000 (02:45 -0800)
SCCS-vsn: usr.bin/f77/libF77/makefile 1.9

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

index bc08b70..026b1fc 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.8     %G%
+#      @(#)makefile    1.9     %G%
 
 LIB = libF77.a
 
 
 LIB = libF77.a
 
@@ -57,6 +57,7 @@ install:      $(LIB)
        mv $(LIBDIR)/$(LIB) $(LIBDIR)/$(LIB).old
        cp $(LIB) $(LIBDIR)/$(LIB)
        ranlib $(LIBDIR)/$(LIB)
        mv $(LIBDIR)/$(LIB) $(LIBDIR)/$(LIB).old
        cp $(LIB) $(LIBDIR)/$(LIB)
        ranlib $(LIBDIR)/$(LIB)
+       chmod 644 $(LIBDIR)/$(LIB)
 
 clean:
        rm -f $(ALL) $(LIB)
 
 clean:
        rm -f $(ALL) $(LIB)