wrong .h for the make rule
authorDana Jansens <danakj@orodu.net>
Wed, 2 Apr 2003 17:08:01 +0000 (17:08 +0000)
committerDana Jansens <danakj@orodu.net>
Wed, 2 Apr 2003 17:08:01 +0000 (17:08 +0000)
openbox/Makefile.am

index 586b2e4..66c3cf9 100644 (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 $<