libg++.a and libiberty.a should be installed 444, not 555.
authorElan Amir <elan@ucbvax.Berkeley.EDU>
Thu, 27 May 1993 04:04:00 +0000 (20:04 -0800)
committerElan Amir <elan@ucbvax.Berkeley.EDU>
Thu, 27 May 1993 04:04:00 +0000 (20:04 -0800)
SCCS-vsn: contrib/libg++-2.3/Makefile.BSD 1.4

usr/src/contrib/libg++-2.3/Makefile.BSD

index 16be2f6..39c5cca 100644 (file)
@@ -35,8 +35,8 @@ install: $(TARGET_LIB)
        if [ -d ${INSTALL_DIR} ]; then true; \
        else mkdir ${INSTALL_DIR}; \
        fi
        if [ -d ${INSTALL_DIR} ]; then true; \
        else mkdir ${INSTALL_DIR}; \
        fi
-       install -c -m 555 ${.CURDIR}/${TARGET_LIB} ${INSTALL_DIR}
-       install -c -m 555 ${LIBIBERTY} ${INSTALL_DIR}
+       install -c -m 444 ${.CURDIR}/${TARGET_LIB} ${INSTALL_DIR}
+       install -c -m 444 ${LIBIBERTY} ${INSTALL_DIR}
        if [ -d ${INCLUDE_INSTALL} ]; then true; \
        else mkdir ${INCLUDE_INSTALL}; \
        fi
        if [ -d ${INCLUDE_INSTALL} ]; then true; \
        else mkdir ${INCLUDE_INSTALL}; \
        fi