From 2453db28788272e816295d80fb812b00f0273106 Mon Sep 17 00:00:00 2001 From: "Peter B. Kessler" Date: Fri, 16 Apr 1982 22:32:46 -0800 Subject: [PATCH] yymain.c now uses config.h, this is the result of make depend. SCCS-vsn: usr.bin/pascal/src/pimakefile 1.24 --- usr/src/usr.bin/pascal/src/pimakefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/usr/src/usr.bin/pascal/src/pimakefile b/usr/src/usr.bin/pascal/src/pimakefile index 961d2787ce..8046198240 100644 --- a/usr/src/usr.bin/pascal/src/pimakefile +++ b/usr/src/usr.bin/pascal/src/pimakefile @@ -1,4 +1,4 @@ -SCCSID = "@(#)pimakefile 1.23 %G%" +SCCSID = "@(#)pimakefile 1.24 %G%" INSTALLDIR = ${DESTDIR}/usr/ucb INSTALLNAME = ${INSTALLDIR}/pi WHOAMI = pi @@ -355,6 +355,7 @@ yymain.o: whoami.h yymain.o: 0.h yymain.o: yy.h yymain.o: objfmt.h +yymain.o: config.h yyoptions.o: whoami.h yyoptions.o: 0.h yyoptions.o: yy.h -- 2.20.1