Add dependency from c-lex.o to c-parse.h.

This commit is contained in:
tv 1998-08-17 14:02:41 +00:00
parent d17a2e41df
commit 729bf5fb05
1 changed files with 6 additions and 1 deletions

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile.cc1,v 1.6 1998/08/17 02:25:44 tv Exp $
# $NetBSD: Makefile.cc1,v 1.7 1998/08/17 14:02:41 tv Exp $
.include <bsd.own.mk>
@ -14,4 +14,9 @@ DPADD+= ${COMMONOBJ}/libcc1.a
DPADD+= ${COMMONOBJ}/libcc1_pic.a
.endif
CPPFLAGS+= -I.
CLEANFILES+= c-parse.c c-parse.h
YHEADER=1
c-lex.o: c-parse.h
.include <bsd.prog.mk>