From: Han-Wen Nienhuys <hanwen@xs4all.nl>
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.17~2
X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=f3ab13c8425308bfe9fe6a0e9e379ef7b3e1e46c;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