From: Han-Wen Nienhuys Date: Thu, 28 Dec 2006 12:02:52 +0000 (+0100) Subject: always make local.make X-Git-Tag: release/2.11.6-1~52 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=51c4c4df780d83f3367d4e8b4c13a5f477242081;p=lilypond.git always make local.make --- diff --git a/configure.in b/configure.in index 8a1c5d59a6..8a7a12c522 100644 --- a/configure.in +++ b/configure.in @@ -185,6 +185,9 @@ STEPMAKE_PROGS(MAKEINFO, makeinfo, REQUIRED, 4.8) AC_DEFINE_UNQUOTED(FLOWER_VERSION, "${FULL_FLOWER_VERSION}") +# must also have local.make if configure fails. +touch local.make + # Gather requirements and generate output. STEPMAKE_END @@ -201,5 +204,3 @@ Edit local.make for local Makefile overrides. EOF - -touch local.make