jscript: Add necessary dependencies for the bison file.
This commit is contained in:
parent
93a62e8f70
commit
a8513a2113
|
@ -31,4 +31,8 @@ BISON_SRCS = \
|
|||
|
||||
@MAKE_DLL_RULES@
|
||||
|
||||
parser.tab.c: parser.tab.h # for parallel makes
|
||||
|
||||
@DEPENDENCIES@ # everything below this line is overwritten by make depend
|
||||
|
||||
lex.o: parser.tab.h
|
||||
|
|
Loading…
Reference in New Issue