From 1dd488cb3f8a1d083b3fc8dc849f7becd5432fdd Mon Sep 17 00:00:00 2001 From: "Robert R. Henry" Date: Mon, 30 Aug 1982 20:38:58 -0800 Subject: [PATCH] Augmentations to get files out of sccs SCCS-vsn: old/pcc/lint/Makefile 1.2 --- usr/src/old/pcc/lint/Makefile | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/usr/src/old/pcc/lint/Makefile b/usr/src/old/pcc/lint/Makefile index 423bd976c7..3dde995b43 100644 --- a/usr/src/old/pcc/lint/Makefile +++ b/usr/src/old/pcc/lint/Makefile @@ -1,8 +1,8 @@ # -# @(#)Makefile 1.1 (Berkeley) %G% +# @(#)Makefile 1.2 (Berkeley) %G% # -M=../mip +M=/usr/src/lib/mip LOAD1=-s LOAD2=-s CFLAGS=-O -DFLEXNAMES @@ -44,8 +44,13 @@ lpass2.o: $M/manifest lmanifest cc $(CFLAGS) -c -I$M -I. lpass2.c lintall: lint -hpv -I. -I$M $M/cgram.c $M/xdefs.c $M/scan.c $M/pftn.c $M/trees.c $M/optim.c lint.c -install: head +install: head SHELL cp lpass1 ${DESTDIR}/usr/lib/lint/lint1 cp lpass2 ${DESTDIR}/usr/lib/lint/lint2 cp llib-* ${DESTDIR}/usr/lib/lint cp SHELL ${DESTDIR}/usr/bin/lint + +sources: READ_ME SHELL lint.c llib-lc llib-port lmanifest lpass2.c macdefs + +READ_ME SHELL lint.c llib-lc llib-port lmanifest lpass2.c macdefs: + sccs get $@ -- 2.20.1