From febf7bcbc4c511490d9d9905e4f47912a30bf2e2 Mon Sep 17 00:00:00 2001 From: Jan Nieuwenhuizen Date: Mon, 27 Jun 2005 11:52:17 +0000 Subject: [PATCH] (OUT_POSTREMOVES): Reinclude install script rule, errorneously removed probably because of misleading comment. --- ChangeLog | 5 +++++ cygwin/GNUmakefile | 4 ++++ 2 files changed, 9 insertions(+) diff --git a/ChangeLog b/ChangeLog index 854d12b63b..60b6d231ea 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2005-06-27 Jan Nieuwenhuizen + + * cygwin/GNUmakefile (OUT_POSTREMOVES): Reinclude install script + rule, errorneously removed probably because of misleading comment. + 2005-06-27 Han-Wen Nienhuys * Documentation/topdocs/INSTALL.texi (Top): remove EC fonts requirement. diff --git a/cygwin/GNUmakefile b/cygwin/GNUmakefile index ecfe3b5171..1cdec730ab 100644 --- a/cygwin/GNUmakefile +++ b/cygwin/GNUmakefile @@ -21,6 +21,10 @@ OUT_POSTINSTALLS=$(POSTINSTALLS:%=$(outdir)/%) POSTREMOVES=$(wildcard postremove*.sh) OUT_POSTREMOVES=$(POSTREMOVES:%=$(outdir)/%) +$(outdir)/%.sh: %.sh $(config_make) + cat $< | sed $(sed-atvariables) > $@ + chmod 755 $@ + default: $(OUT_POSTINSTALLS) $(OUT_POSTREMOVES) $(OUTIN_FILES) INSTALLATION_OUT_SUFFIXES=1 -- 2.39.5