CVSROOT: /cvsroot/lilypond
Module name: lilypond
Branch:
Changes by: Jan Nieuwenhuizen <[EMAIL PROTECTED]> 05/06/30 20:13:39
Modified files:
cygwin : GNUmakefile
. : ChangeLog
Log message:
($(outdir)/%.sh): Bugfix: use TAB (Bertalan
Fodor). (backportme).
CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/lilypond/lilypond/cygwin/GNUmakefile.diff?tr1=1.15&tr2=1.16&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/lilypond/lilypond/ChangeLog.diff?tr1=1.3846&tr2=1.3847&r1=text&r2=text
Patches:
Index: lilypond/ChangeLog
diff -u lilypond/ChangeLog:1.3846 lilypond/ChangeLog:1.3847
--- lilypond/ChangeLog:1.3846 Thu Jun 30 19:39:37 2005
+++ lilypond/ChangeLog Thu Jun 30 20:13:39 2005
@@ -1,3 +1,8 @@
+2005-06-30 Jan Nieuwenhuizen <[EMAIL PROTECTED]>
+
+ * cygwin/GNUmakefile ($(outdir)/%.sh): Bugfix: use TAB (Bertalan
+ Fodor). (backportme).
+
2005-06-30 Graham Percival <[EMAIL PROTECTED]>
* Documentation/topdocs/AUTHORS.texi: update personal web address.
Index: lilypond/cygwin/GNUmakefile
diff -u lilypond/cygwin/GNUmakefile:1.15 lilypond/cygwin/GNUmakefile:1.16
--- lilypond/cygwin/GNUmakefile:1.15 Mon Jun 27 11:52:17 2005
+++ lilypond/cygwin/GNUmakefile Thu Jun 30 20:13:38 2005
@@ -22,8 +22,8 @@
OUT_POSTREMOVES=$(POSTREMOVES:%=$(outdir)/%)
$(outdir)/%.sh: %.sh $(config_make)
- cat $< | sed $(sed-atvariables) > $@
- chmod 755 $@
+ cat $< | sed $(sed-atvariables) > $@
+ chmod 755 $@
default: $(OUT_POSTINSTALLS) $(OUT_POSTREMOVES) $(OUTIN_FILES)
_______________________________________________
Lilypond-cvs mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/lilypond-cvs