make parse.h depend on y.tab.h
authorDana Jansens <danakj@orodu.net>
Wed, 2 Apr 2003 19:15:20 +0000 (19:15 +0000)
committerDana Jansens <danakj@orodu.net>
Wed, 2 Apr 2003 19:15:20 +0000 (19:15 +0000)
openbox/Makefile.am

index 8e294a7..0b2bcbe 100644 (file)
@@ -38,6 +38,8 @@ noinst_HEADERS=client.h event.h extensions.h focus.h frame.h geom.h gettext.h \
 lex.yy.c: parse.l
        $(FLEX) $^
 
+parse.h: y.tab.h
+
 y.tab.h: y.tab.c
 
 y.tab.c: parse.yacc