make parse.h depend on y.tab.h
This commit is contained in:
parent
87fbee961f
commit
fadc760c66
1 changed files with 2 additions and 0 deletions
|
@ -38,6 +38,8 @@ noinst_HEADERS=client.h event.h extensions.h focus.h frame.h geom.h gettext.h \
|
||||||
lex.yy.c: parse.l
|
lex.yy.c: parse.l
|
||||||
$(FLEX) $^
|
$(FLEX) $^
|
||||||
|
|
||||||
|
parse.h: y.tab.h
|
||||||
|
|
||||||
y.tab.h: y.tab.c
|
y.tab.h: y.tab.c
|
||||||
|
|
||||||
y.tab.c: parse.yacc
|
y.tab.c: parse.yacc
|
||||||
|
|
Loading…
Reference in a new issue