summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--openbox/Makefile.am2
1 files changed, 2 insertions, 0 deletions
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