Make lex.o depend on pic.cc to force pic.tab.h to be built...
This commit is contained in:
parent
a700cbd173
commit
1c2f7ef3bf
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue