From fadc760c66ebc0d76b3a4b827ac488c19b252d77 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Wed, 2 Apr 2003 19:15:20 +0000 Subject: [PATCH] make parse.h depend on y.tab.h --- openbox/Makefile.am | 2 ++ 1 file changed, 2 insertions(+) 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 -- 2.39.2