lilypond-devel
[Top][All Lists]
Advanced

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

Re: Patch for 2.6.0 cygwin build


From: Nicolas Sceaux
Subject: Re: Patch for 2.6.0 cygwin build
Date: Thu, 30 Jun 2005 20:02:26 +0200
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (darwin)

Bertalan Fodor <address@hidden> writes:

> 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) 

Indentation-based languages rulez!!




reply via email to

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