]> git.donarmstrong.com Git - lilypond.git/commitdiff
* stepmake/aclocal.m4: use $(if ) for config-FOOF.make
authorHan-Wen Nienhuys <hanwen@xs4all.nl>
Wed, 16 Nov 2005 14:03:46 +0000 (14:03 +0000)
committerHan-Wen Nienhuys <hanwen@xs4all.nl>
Wed, 16 Nov 2005 14:03:46 +0000 (14:03 +0000)
* stepmake/aclocal.m4: oops. Include $CONFIGFILE.make, not
config.make.

stepmake/aclocal.m4

index c80c4cff8fe0f752849ecc38e56e4f64d5ead1ba..32810c53186afc0ef88b0af120c21ecd847e5bd0 100644 (file)
@@ -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