make parse.h depend on y.tab.h

This commit is contained in:
Dana Jansens 2003-04-02 19:15:20 +00:00
parent 87fbee961f
commit fadc760c66

View file

@ -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
$(FLEX) $^
parse.h: y.tab.h
y.tab.h: y.tab.c
y.tab.c: parse.yacc