]> git.donarmstrong.com Git - lilypond.git/blobdiff - stepmake/stepmake/c++-rules.make
Imported sources
[lilypond.git] / stepmake / stepmake / c++-rules.make
index fd33d15f9bb1ccd7c0e43f515308bd97acc10f70..2f561180c9cab78f8ef653435daa0c6ea0ca8f16 100644 (file)
@@ -18,10 +18,11 @@ $(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 
 
 $(outdir)/%.cc: %.ll
-       $(FLEX) -Cfe -p -p -t $< > $@
+       $(FLEX) -Cfe -p -p -o$@ $<