Make lex.o depend on pic.cc to force pic.tab.h to be built...

This commit is contained in:
mycroft 1993-07-18 13:49:28 +00:00
parent a700cbd173
commit 1c2f7ef3bf
1 changed files with 2 additions and 0 deletions

View File

@ -8,6 +8,8 @@ DPADD+= $(LIBGROFF) $(LIBMATH)
CLEANFILES+= pic.cc pic.tab.h
lex.o: pic.cc
.include "../../Makefile.inc"
.include "../Makefile.cfg"
.include <bsd.prog.mk>