From: Keith Bostic Date: Tue, 7 Jul 1987 07:35:54 +0000 (-0800) Subject: tags, depend, install X-Git-Tag: BSD-4_3_Net_1-Snapshot-Development~4065 X-Git-Url: https://git.subgeniuskitty.com/unix-history/.git/commitdiff_plain/581da8de4b79fd266dcb7d8cfbb0fbf95cc7a6a4 tags, depend, install SCCS-vsn: old/pcc/ccom.vax/Makefile 1.16 --- diff --git a/usr/src/old/pcc/ccom.vax/Makefile b/usr/src/old/pcc/ccom.vax/Makefile index f3855a9989..16995d91c9 100644 --- a/usr/src/old/pcc/ccom.vax/Makefile +++ b/usr/src/old/pcc/ccom.vax/Makefile @@ -1,5 +1,5 @@ # -# Makefile 1.16 87/06/06 +# Makefile 1.16 87/07/06 # # Makefile for PCC # @@ -164,9 +164,9 @@ fcomm2.o: $(P2INCS) $M/common.c $(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 @@ -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 + +depend: +tags: