From: matsb 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.25~555 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=f6db2eee40312849a67763258b86744bd6672a32;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