changeset 2498:770f840fbeb2

touch config.hh after configure; otherwise timestamps will still be wrong after configure.
author hanwen <hanwen@lilypond.org>
date Wed, 25 Oct 2006 12:19:37 +0100
parents 6c62f4dbf1c2
children 1ec36890cf6a
files specs/lilypond.py
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/specs/lilypond.py	Wed Oct 25 11:10:10 2006 +0100
+++ b/specs/lilypond.py	Wed Oct 25 12:19:37 2006 +0100
@@ -98,7 +98,9 @@
                                    '%(builddir)s/config.hh' % d)
             or misc.file_is_newer ('%(srcdir)s/configure' % d,
                                    '%(builddir)s/config.make' % d)):
+
             self.do_configure ()
+            self.system ('touch %(builddir)/config.hh')
             
         targetpackage.TargetBuildSpec.compile (self)