]> git.donarmstrong.com Git - lilypond.git/commitdiff
* stepmake/stepmake/c++-rules.make: Compile fix (bison 1.28)
authorMats Bengtsson <mats.bengtsson@s3.kth.se>
Fri, 6 Dec 2002 17:18:14 +0000 (17:18 +0000)
committerMats Bengtsson <mats.bengtsson@s3.kth.se>
Fri, 6 Dec 2002 17:18:14 +0000 (17:18 +0000)
stepmake/stepmake/c++-rules.make

index fd33d15f9bb1ccd7c0e43f515308bd97acc10f70..2b7d2f0989c4acd5b7277690980b2c664a0fa6a6 100644 (file)
@@ -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