From fecfa8877884a287cf5e4cbdaa69750eaf00af77 Mon Sep 17 00:00:00 2001 From: Jan Nieuwenhuizen Date: Thu, 30 Jun 2005 20:13:39 +0000 Subject: [PATCH] ($(outdir)/%.sh): Bugfix: use TAB (Bertalan Fodor). (backportme). --- ChangeLog | 5 +++++ cygwin/GNUmakefile | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 83242ee53b..58bfc0b191 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2005-06-30 Jan Nieuwenhuizen + + * cygwin/GNUmakefile ($(outdir)/%.sh): Bugfix: use TAB (Bertalan + Fodor). (backportme). + 2005-06-30 Graham Percival * Documentation/topdocs/AUTHORS.texi: update personal web address. diff --git a/cygwin/GNUmakefile b/cygwin/GNUmakefile index 1cdec730ab..60a27e095c 100644 --- a/cygwin/GNUmakefile +++ b/cygwin/GNUmakefile @@ -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) -- 2.39.5