X-Git-Url: https://git.brokenzipper.com/gitweb?a=blobdiff_plain;f=openbox%2FMakefile.am;h=2503354ff719dae836cc98e8ac9fb02d18524b77;hb=67bbd6970ce0b807397e5ecb3255982d7b1cc617;hp=8e294a7f65a0b2777c4d389c809e7b486535bc54;hpb=fa741bc010435e1be6c2739257e01243191e1deb;p=chaz%2Fopenbox diff --git a/openbox/Makefile.am b/openbox/Makefile.am index 8e294a7f..2503354f 100644 --- a/openbox/Makefile.am +++ b/openbox/Makefile.am @@ -38,9 +38,11 @@ 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 +y.tab.c: parse.y $(YACC) -d $< MAINTAINERCLEANFILES= Makefile.in