From: Dana Jansens Date: Wed, 2 Apr 2003 19:15:20 +0000 (+0000) Subject: make parse.h depend on y.tab.h X-Git-Url: https://git.brokenzipper.com/gitweb?a=commitdiff_plain;h=fadc760c66ebc0d76b3a4b827ac488c19b252d77;p=chaz%2Fopenbox make parse.h depend on y.tab.h --- diff --git a/openbox/Makefile.am b/openbox/Makefile.am index 8e294a7f..0b2bcbe8 100644 --- a/openbox/Makefile.am +++ b/openbox/Makefile.am @@ -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