From: Mats Bengtsson Date: Fri, 6 Dec 2002 17:18:14 +0000 (+0000) Subject: * stepmake/stepmake/c++-rules.make: Compile fix (bison 1.28) X-Git-Tag: release/1.7.10~42 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=08e8ec9bafb3b57e7d35b350ff8b8d3f2f8125b5;p=lilypond.git * stepmake/stepmake/c++-rules.make: Compile fix (bison 1.28) --- diff --git a/stepmake/stepmake/c++-rules.make b/stepmake/stepmake/c++-rules.make index fd33d15f9b..2b7d2f0989 100644 --- a/stepmake/stepmake/c++-rules.make +++ b/stepmake/stepmake/c++-rules.make @@ -18,7 +18,8 @@ $(outdir)/%.cc: %.yy $(outdir)/%.hh: %.yy $(BISON) -o$(outdir)/$(*F).cc -d $< - -mv -f $(*F).yy.tab.h $@ # bison < 1.30 + -mv -f $(*F).yy.tab.h $@ # bison < 1.30 ??? + -mv -f $(outdir)/$(*F).cc.h $@ # bison < 1.30 -mv $(*F).tab.hh $@ rm -f $(*F).tab.c $(*F).tab.cc # bison < 1.30 rm -f $(outdir)/$(*F).cc # avoid recompiling the .cc file