Commit 27189627 authored by Alexandre Julliard's avatar Alexandre Julliard

Added explicit dependency on y.tab.h for lex output.

parent f5072787
......@@ -37,4 +37,6 @@ y.tab.c y.tab.h: dbg.y
@LEX_OUTPUT_ROOT@.c: debug.l
$(LEX) -8 -I $(SRCDIR)/debug.l
@LEX_OUTPUT_ROOT@.o: y.tab.h
### Dependencies:
......@@ -31,4 +31,6 @@ y.tab.c y.tab.h: macro.yacc.y
@LEX_OUTPUT_ROOT@.c: macro.lex.l
$(LEX) -8 -i $(SRCDIR)/macro.lex.l
@LEX_OUTPUT_ROOT@.o: y.tab.h
### Dependencies:
......@@ -36,6 +36,8 @@ y.tab.c y.tab.h: parser.y
@LEX_OUTPUT_ROOT@.c: parser.l
$(LEX) $(LEXOPT) -d -8 $(SRCDIR)/parser.l
@LEX_OUTPUT_ROOT@.o: y.tab.h
clean::
$(RM) parser.output parser.tab.h lex.backup y.output
......
......@@ -29,4 +29,6 @@ y.tab.c y.tab.h: ppy.y
@LEX_OUTPUT_ROOT@.c: ppl.l
$(LEX) $(LEXOPT) -d -Ppp -o$@ -8 $(SRCDIR)/ppl.l
@LEX_OUTPUT_ROOT@.o: y.tab.h
### Dependencies:
......@@ -39,6 +39,8 @@ y.tab.c y.tab.h: parser.y
@LEX_OUTPUT_ROOT@.c: parser.l
$(LEX) $(LEXOPT) -d -8 $(SRCDIR)/parser.l
@LEX_OUTPUT_ROOT@.o: y.tab.h
clean::
$(RM) parser.output parser.tab.h lex.backup y.output
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment