lilypond-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Patch for 2.6.0 cygwin build


From: Bertalan Fodor
Subject: Patch for 2.6.0 cygwin build
Date: Thu, 30 Jun 2005 17:28:28 +0200
User-agent: Mozilla Thunderbird 1.0.2 (Windows/20050317)

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) 
 

reply via email to

[Prev in Thread] Current Thread [Next in Thread]