From c400e05d40d14187ea31efaa9c555eb80532f691 Mon Sep 17 00:00:00 2001 From: John Mandereau Date: Tue, 11 Aug 2009 14:28:35 +0200 Subject: [PATCH] Revert "Require configure script to be older than aclocal.m4 and configure.in" This reverts commit 59968a089729d7400f8ece38d5bc98dbb3656a2b. Reason: this make rule breaks smart-autogen.sh and thus GUB build in many situations. --- stepmake/stepmake/generic-targets.make | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/stepmake/stepmake/generic-targets.make b/stepmake/stepmake/generic-targets.make index d950152108..b98eb8c8c3 100644 --- a/stepmake/stepmake/generic-targets.make +++ b/stepmake/stepmake/generic-targets.make @@ -164,17 +164,9 @@ $(config_make): $(top-src-dir)/configure @echo "************************************************************" @echo "configure changed! You should probably reconfigure manually." @echo "************************************************************" -# do something for multiple simultaneous configs. (cd $(top-build-dir); ./config.status) - touch $@ + touch $@ # do something for multiple simultaneous configs. -$(top-src-dir)/configure: $(top-src-dir)/configure.in \ - $(top-src-dir)/stepmake/aclocal.m4 - @echo "************************************************************" - @echo "configure.in and/or stepmake/aclocal.m4 changed!" - @echo "Please regenerate configure with autogen.sh." - @echo "************************************************************" - @false #### Documentation (website and tarball) -- 2.39.2