]> git.ipfire.org Git - thirdparty/grub.git/commitdiff
autogen.sh: touch stamp-h.in after running autoheader
authorproski <proski@localhost>
Mon, 28 Jul 2008 19:34:15 +0000 (19:34 +0000)
committerproski <proski@localhost>
Mon, 28 Jul 2008 19:34:15 +0000 (19:34 +0000)
This prevents autoheader from being rerun by make if somebody changes
configure.ac or aclocal.m4 and runs autogen.sh.

Suggested by Christian Franke <Christian.Franke@t-online.de>

autogen.sh

index 387bea731304b5fd694a438baeaf5fd3143ef00c..850bcbc17741067acc365cd627a13b0039b1a2b2 100644 (file)
@@ -4,6 +4,7 @@ set -e
 
 autoconf
 autoheader
+echo timestamp > stamp-h.in
 for rmk in conf/*.rmk; do
   ruby genmk.rb < $rmk > `echo $rmk | sed 's/\.rmk$/.mk/'`
 done