From 5801724f895ed3d100a542dd88e3fcbbfafa6c78 Mon Sep 17 00:00:00 2001 From: David Wasley Date: Fri, 14 Aug 1981 02:45:46 -0800 Subject: [PATCH] added chmod 644 to install. DLW SCCS-vsn: usr.bin/f77/libF77/makefile 1.9 --- usr/src/usr.bin/f77/libF77/makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/usr/src/usr.bin/f77/libF77/makefile b/usr/src/usr.bin/f77/libF77/makefile index bc08b70486..026b1fc34a 100644 --- a/usr/src/usr.bin/f77/libF77/makefile +++ b/usr/src/usr.bin/f77/libF77/makefile @@ -1,6 +1,6 @@ # Makefile for the f77 math & startup lib - libF77.a -# @(#)makefile 1.8 %G% +# @(#)makefile 1.9 %G% LIB = libF77.a @@ -57,6 +57,7 @@ install: $(LIB) mv $(LIBDIR)/$(LIB) $(LIBDIR)/$(LIB).old cp $(LIB) $(LIBDIR)/$(LIB) ranlib $(LIBDIR)/$(LIB) + chmod 644 $(LIBDIR)/$(LIB) clean: rm -f $(ALL) $(LIB) -- 2.20.1