From: Han-Wen Nienhuys Date: Thu, 28 Dec 2006 12:02:52 +0000 (+0100) Subject: always make local.make X-Git-Tag: release/2.10.7-1~25 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=5e1c5553580630e4773beef4199f39e6c95f46b7;p=lilypond.git always make local.make --- diff --git a/configure.in b/configure.in index 280fbadde6..ecfa540832 100644 --- a/configure.in +++ b/configure.in @@ -165,6 +165,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 @@ -181,5 +184,3 @@ Edit local.make for local Makefile overrides. EOF - -touch local.make