Hello, I had to apply the attached patch to build. It changes spaces to tabs, because make said to do so.

Bert
--- cygwin/GNUmakefile  2005-06-30 17:24:06.187500000 +0200
+++ cygwin/GNUmakefile.new      2005-06-30 17:16:30.625000000 +0200
@@ -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-devel mailing list
lilypond-devel@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-devel

Reply via email to