BSD 4_4 release
[unix-history] / usr / src / old / pcc / lint / lpass1 / Makefile
index d4652c6..8d2ae31 100644 (file)
@@ -1,14 +1,15 @@
-#      @(#)Makefile    5.3 (Berkeley) %G%
+#      @(#)Makefile    5.5 (Berkeley) 1/31/91
 
 
-MIP=   ${.CURDIR}/../../../libexec/pcc/mip
+MIP=   ${.CURDIR}/../../mip
 
 PROG=  lintpass1
 CFLAGS+=-I${MIP} -I. -I${.CURDIR}
 
 PROG=  lintpass1
 CFLAGS+=-I${MIP} -I. -I${.CURDIR}
-.PATH: ${MIP}
 SRCS=  cgram.c common.c hash.c lint.c optim.c pftn.c rel.c rodata.c scan.c \
        trees.c xdefs.c
 SRCS=  cgram.c common.c hash.c lint.c optim.c pftn.c rel.c rodata.c scan.c \
        trees.c xdefs.c
+.PATH: ${MIP}
 BINDIR=        /usr/libexec
 MAN1=  lint.0
 BINDIR=        /usr/libexec
 MAN1=  lint.0
+CLEANFILES=cgram.c gram.in pcclocal.h pcctokens rodata.c
 
 .include <bsd.prog.mk>
 
 
 .include <bsd.prog.mk>