From: hanwen <hanwen>
Date: Wed, 16 Nov 2005 14:03:46 +0000 (+0000)
Subject: * stepmake/aclocal.m4: use $(if ) for config-FOOF.make
X-Git-Tag: release/2.7.20~46
X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=6164b9ef5cbffff798b6c8f4510c0558465f2a27;p=lilypond.git

* stepmake/aclocal.m4: use $(if ) for config-FOOF.make

* stepmake/aclocal.m4: oops. Include $CONFIGFILE.make, not
config.make.
---

diff --git a/stepmake/aclocal.m4 b/stepmake/aclocal.m4
index c80c4cff8f..32810c5318 100644
--- a/stepmake/aclocal.m4
+++ b/stepmake/aclocal.m4
@@ -371,7 +371,7 @@ EOF
 		mkdir -p $(dirname $mf)
 	        cat <<EOF | $PYTHON -  > $mf
 print 'depth=' + ('../' * ( $d-1 ) )
-print 'include \$(depth)/config\$(if \$(conf),-\$(conf),).make
+print 'include \$(depth)/config\$(if \$(conf),-\$(conf),).make'
 print 'include \$(configure-srcdir)/$mf'
 EOF
 	    done