]> git.donarmstrong.com Git - lilypond.git/commitdiff
*** empty log message ***
authorJan Nieuwenhuizen <janneke@gnu.org>
Thu, 2 Mar 2006 14:18:35 +0000 (14:18 +0000)
committerJan Nieuwenhuizen <janneke@gnu.org>
Thu, 2 Mar 2006 14:18:35 +0000 (14:18 +0000)
ChangeLog
cygwin/GNUmakefile

index 0ba9b4d885a832c158d556db8cb5e944cad7a160..7c94ad4b98f0c419163fade263f996f205c59df7 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
 2006-03-02  Jan Nieuwenhuizen  <janneke@gnu.org>
 
+       * cygwin/GNUmakefile: Install fixes.
+
        * scripts/GNUmakefile (SEXECUTABLES): Install fix: remove mup2ly.
 
        * lily/note-head.cc (head::get_balltype): Compile fix.
index ae9a0fee13395a5eeafec72ba8ec207ee8128707..7e25a64c5483a15a3681d5d54ae62d3a91e88009 100644 (file)
@@ -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