From: fred Date: Mon, 17 Feb 1997 11:41:16 +0000 (+0000) Subject: lilypond-0.0.32 X-Git-Tag: release/1.5.59~6332 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=f9a874b6c46bc9fd931344544ce59ae1a39b5c45;p=lilypond.git lilypond-0.0.32 --- diff --git a/Generate.make b/Generate.make index 08d53ba78c..701c6d79b0 100644 --- a/Generate.make +++ b/Generate.make @@ -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 )