From 3e2c0024d5ba91bc5d4a3a612353995951ed2cf2 Mon Sep 17 00:00:00 2001 From: Wayne Davison Date: Sun, 10 Feb 2008 20:39:31 -0800 Subject: [PATCH] Made reconfigure target check if configure.sh was up-to-date. --- Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.in b/Makefile.in index 4716abaa..98486f49 100644 --- a/Makefile.in +++ b/Makefile.in @@ -130,7 +130,7 @@ configure.sh config.h.in: configure.in aclocal.m4 @echo ' make reconfigure' @exit 1 -reconfigure: +reconfigure: configure.sh ./config.status --recheck ./config.status -- 2.34.1