From 998bf4792ae255871da89e11de6e1e9cff2747f7 Mon Sep 17 00:00:00 2001 From: Ben Longbons Date: Mon, 24 Mar 2014 19:57:01 -0700 Subject: Ship flex and bison generated files --- Makefile.in | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'Makefile.in') diff --git a/Makefile.in b/Makefile.in index 6321489..8b757fe 100644 --- a/Makefile.in +++ b/Makefile.in @@ -288,12 +288,16 @@ distclean: clean gen-clean gen-clean: $c rm -f ${GEN_SOURCES} ${GEN_HEADERS} +# This rule is now deleted by default because it's sensitive to versions +ifeq (${LUCKY},1) %.cpp %.hpp: %.lpp $(MKDIR_FIRST) $c ${FLEX} --header-file=$*.hpp -o $*.cpp $< %.cpp %.hpp: %.ypp $(MKDIR_FIRST) $c ${BISON} --defines=$*.hpp -o $*.cpp $< +endif + ifndef MAKE_RESTARTS # prevent errors if missing header obj/%.d: src/%.cpp -- cgit v1.2.3-70-g09d2