wrong .h for the make rule
This commit is contained in:
parent
8887584efa
commit
8fe4e3e8d7
1 changed files with 2 additions and 2 deletions
|
@ -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 $<
|
||||
|
||||
|
|
Loading…
Reference in a new issue