From: Jan Nieuwenhuizen Date: Thu, 2 Mar 2006 14:18:35 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: release/2.7.37~9 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=498f127da2565439fb5da9d240679865971cd156;p=lilypond.git *** empty log message *** --- diff --git a/ChangeLog b/ChangeLog index 0ba9b4d885..7c94ad4b98 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,7 @@ 2006-03-02 Jan Nieuwenhuizen + * cygwin/GNUmakefile: Install fixes. + * scripts/GNUmakefile (SEXECUTABLES): Install fix: remove mup2ly. * lily/note-head.cc (head::get_balltype): Compile fix. diff --git a/cygwin/GNUmakefile b/cygwin/GNUmakefile index ae9a0fee13..7e25a64c54 100644 --- a/cygwin/GNUmakefile +++ b/cygwin/GNUmakefile @@ -24,12 +24,10 @@ $(outdir)/%.sh: %.sh $(config_make) default: $(OUT_POSTINSTALLS) $(OUTIN_FILES) -INSTALLATION_OUT_SUFFIXES=1 - # Avoid collapsed directory constructs '//' -etc=$(patsubst %/, %, $(dir $(prefix)))/etc -INSTALLATION_DIR=$(etc)/postinstall -INSTALLATION_FILES=$(OUT_POSTINSTALLS) +etc=$(patsubst %/,%, $(dir $(prefix)))/etc +INSTALLATION_OUT_DIR=$(etc)/postinstall +INSTALLATION_OUT_FILES=$(OUT_POSTINSTALLS) endif