]> Dogcows Code - chaz/openbox/commitdiff
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 586b2e43a57076eb689a14ac7c5477ce56ccd6c2..66c3cf90d4b00a6c07869ac6e264253c93a56410 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 $<
 
This page took 0.02259 seconds and 4 git commands to generate.