tags, depend, install
authorKeith Bostic <bostic@ucbvax.Berkeley.EDU>
Tue, 7 Jul 1987 07:35:54 +0000 (23:35 -0800)
committerKeith Bostic <bostic@ucbvax.Berkeley.EDU>
Tue, 7 Jul 1987 07:35:54 +0000 (23:35 -0800)
SCCS-vsn: old/pcc/ccom.vax/Makefile 1.16

usr/src/old/pcc/ccom.vax/Makefile

index f3855a9..16995d9 100644 (file)
@@ -1,5 +1,5 @@
 #
 #
-#      Makefile        1.16    87/06/06
+#      Makefile        1.16    87/07/06
 #
 # Makefile for PCC
 #
 #
 # Makefile for PCC
 #
@@ -164,9 +164,9 @@ fcomm2.o: $(P2INCS) $M/common.c
        $(RM) fcomm2.c
 
 install: all
        $(RM) fcomm2.c
 
 install: all
-       install -s ${TESTDIR}/ccom ${DESTDIR}/lib/ccom
-       install -s ${TESTDIR}/sccom ${DESTDIR}/lib/sccom
-       install -s ${TESTDIR}/f1 ${DESTDIR}/lib/f1
+       install -s -o bin -g bin -m 755 ${TESTDIR}/ccom ${DESTDIR}/lib/ccom
+       install -s -o bin -g bin -m 755 ${TESTDIR}/sccom ${DESTDIR}/lib/sccom
+       install -s -o bin -g bin -m 755 ${TESTDIR}/f1 ${DESTDIR}/lib/f1
 
 GREP=  egrep
 
 
 GREP=  egrep
 
@@ -197,3 +197,6 @@ lintall:
        lint -hax -I. -I$M  cgram.c $M/xdefs.c $M/scan.c $M/pftn.c \
                $M/trees.c $M/optim.c code.c local.c stab.c $M/reader.c \
                local2.c order.c $M/match.c $M/allo.c $M/comm1.c table.c
        lint -hax -I. -I$M  cgram.c $M/xdefs.c $M/scan.c $M/pftn.c \
                $M/trees.c $M/optim.c code.c local.c stab.c $M/reader.c \
                local2.c order.c $M/match.c $M/allo.c $M/comm1.c table.c
+
+depend:
+tags: