]> git.donarmstrong.com Git - lilypond.git/commitdiff
Small whitespace patch from Erlend.
authorGraham Percival <graham@percival-music.ca>
Wed, 8 Feb 2006 18:03:54 +0000 (18:03 +0000)
committerGraham Percival <graham@percival-music.ca>
Wed, 8 Feb 2006 18:03:54 +0000 (18:03 +0000)
ChangeLog
darwin.patch

index 840a6c48a8b1b622da2d6158f11d665363c79533..28cc83d706270c71e475dc08eab3341929632d78 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2006-02-08  Graham Percival  <gpermus@gmail.com>
+
+       * darwin.patch: small patch from Erlend, thanks!
+
 2006-02-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
 
        * Documentation/topdocs/NEWS.tely (Top): remove internal cleanup
index 1b5a83fce8f4103ae9ba0e348afb38b020a3eaa1..1a05815607f4aad42f36dc0c100d6014ca8653a9 100644 (file)
@@ -4,7 +4,7 @@ diff -ruN stepmake/stepmake/c++-rules.make lilypond-2.7.11/stepmake/stepmake/c++
 @@ -26,6 +26,7 @@
  
  $(outdir)/%.cc: %.ll
-       $(FLEX) -Cfe -p -p -o$@ $< 
+       $(FLEX) -Cfe -p -p -o$@ $<
 +      perl -i.bak -pe 's/^class istream;/#include <iostream>;\nusing namespace std;/' $@
  
  $(outdir)/%-rc.o: $(outdir)/%.rc