]> git.donarmstrong.com Git - lilypond.git/commitdiff
($(outdir)/%.sh): Bugfix: use TAB (Bertalan
authorJan Nieuwenhuizen <janneke@gnu.org>
Thu, 30 Jun 2005 20:13:39 +0000 (20:13 +0000)
committerJan Nieuwenhuizen <janneke@gnu.org>
Thu, 30 Jun 2005 20:13:39 +0000 (20:13 +0000)
Fodor).  (backportme).

ChangeLog
cygwin/GNUmakefile

index 83242ee53be70b5f73afccac81c13a57ca955fd5..58bfc0b191cdd62025402c485c1ef9bea43d89cd 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2005-06-30  Jan Nieuwenhuizen  <janneke@gnu.org>
+
+       * cygwin/GNUmakefile ($(outdir)/%.sh): Bugfix: use TAB (Bertalan
+       Fodor).  (backportme).
+
 2005-06-30  Graham Percival  <gperlist@shaw.ca>
 
        * Documentation/topdocs/AUTHORS.texi: update personal web address.
index 1cdec730ab18415c0805b4db38ba91c7d2f57c1b..60a27e095cb03735de02be324491378ad3a1a57c 100644 (file)
@@ -22,8 +22,8 @@ POSTREMOVES=$(wildcard postremove*.sh)
 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)