wrong .h for the make rule

This commit is contained in:
Dana Jansens 2003-04-02 17:08:01 +00:00
parent 8887584efa
commit 8fe4e3e8d7

View file

@ -34,11 +34,11 @@ noinst_HEADERS=client.h event.h extensions.h focus.h frame.h geom.h gettext.h \
openbox.h prop.h screen.h stacking.h xerror.h dispatch.h \
timer.h engine.h plugin.h action.h grab.h config.h menu.h parse.h
lex.yy.h: lex.yy.c
lex.yy.c: parse.l
$(FLEX) $^
y.tab.h: y.tab.c
y.tab.c: parse.yacc
$(YACC) -d $<