]> Dogcows Code - chaz/openbox/commitdiff
deps the lex h on the c
authorDana Jansens <danakj@orodu.net>
Wed, 2 Apr 2003 17:03:39 +0000 (17:03 +0000)
committerDana Jansens <danakj@orodu.net>
Wed, 2 Apr 2003 17:03:39 +0000 (17:03 +0000)
openbox/Makefile.am

index 33355cb387a895ed9004741b299c4b30f5b7e8a9..586b2e43a57076eb689a14ac7c5477ce56ccd6c2 100644 (file)
@@ -34,6 +34,8 @@ 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) $^
 
This page took 0.027856 seconds and 4 git commands to generate.