]> git.donarmstrong.com Git - lilypond.git/blobdiff - stepmake/stepmake/c-rules.make
Merge branch 'master' of ssh://kainhofer@git.sv.gnu.org/srv/git/lilypond into dev...
[lilypond.git] / stepmake / stepmake / c-rules.make
index d6d6a9b36dca995054d655829e55126ea9a16611..620275baa177e67313535571393c21d85e90e205 100644 (file)
@@ -19,12 +19,12 @@ $(outdir)/%.c: %.y
 $(outdir)/%.h: %.y
        $(BISON) -d $<
        mv $(*F).tab.h $@
-       rm -f $(*F).tab.c # if this happens in the wrong order it triggers recompile of the .cc file 
+       rm -f $(*F).tab.c # if this happens in the wrong order it triggers recompile of the .cc file
 
 $(outdir)/%.c: %.l
        $(FLEX) -Cfe -p -p -o$@ $<
 # could be faster:
-#      $(FLEX) -8 -Cf -o$@ $< 
+#      $(FLEX) -8 -Cf -o$@ $<
 
 $(outdir)/%.rc.o: $(outdir)/%.rc
        $(WINDRES) $(WINDRES_FLAGS) -o$@ $<