From a7df618add44c296eb1387a6114e1df6c631a3d0 Mon Sep 17 00:00:00 2001 From: "Gary V. Vaughan" Date: Tue, 25 Nov 2003 16:51:14 +0000 Subject: [PATCH] * Makefile.am (config.status): Removed. Rebuilding config.status isn't enough, because the TIMESTAMP in configure is still out of date. (configure): We actually need a new configure to force the correct timestamp into ltmain.sh. --- ChangeLog | 6 ++++++ Makefile.am | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index a2956457c..ceb0c457c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,11 @@ 2003-11-25 Gary V. Vaughan + * Makefile.am (config.status): Removed. Rebuilding config.status + isn't enough, because the TIMESTAMP in configure is still out + of date. + (configure): We actually need a new configure to force the + correct timestamp into ltmain.sh. + * Makefile.am (config/ltmain.sh): Removed. Rebuilding ltmain.sh isn't enough, because the TIMESTAMP in config.status is still out of date. diff --git a/Makefile.am b/Makefile.am index 1090eb39b..1d25fbe6a 100644 --- a/Makefile.am +++ b/Makefile.am @@ -51,7 +51,7 @@ libtoolize: $(srcdir)/libtoolize.in $(top_builddir)/config.status chmod +x $@ # Make sure configure is regenerated when the version timestamp changes -config.status: ChangeLog +configure: ChangeLog .PHONY: configure-subdirs configure-subdirs distdir: $(DIST_MAKEFILE_LIST) -- 2.47.2