]> git.donarmstrong.com Git - lilypond.git/commitdiff
lilypond-0.0.32
authorfred <fred>
Mon, 17 Feb 1997 11:41:16 +0000 (11:41 +0000)
committerfred <fred>
Mon, 17 Feb 1997 11:41:16 +0000 (11:41 +0000)
Generate.make

index 08d53ba78cce47eb666bbae256822c5a703f267d..701c6d79b04493d1f0168e3914df82d4fac4c7a5 100644 (file)
@@ -7,7 +7,7 @@ parsheadnew=$(HEADERDIR)/parser.hh
 $(CCDIR)/parser.cc: $(CCDIR)/parser.y
        $(BISON) -d $<
        (if diff  $(parsheadorig) $(parsheadnew)>/dev/null; then \
-               echo leaving $(parsheadnew);  \
+               echo Ignoring $(parsheadorig);  \
        else \
                mv $(parsheadorig) $(parsheadnew); \
        fi )