From 14eaa7a53b1a3b6ddc951014d0c08116e5c41d99 Mon Sep 17 00:00:00 2001 From: Wayne Davison Date: Sat, 29 Dec 2007 09:44:58 -0800 Subject: [PATCH] Added reconfigure target to re-run configure. --- Makefile.in | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/Makefile.in b/Makefile.in index e2c2ed12..bc18f4a5 100644 --- a/Makefile.in +++ b/Makefile.in @@ -119,9 +119,13 @@ configure.sh config.h.in: configure.in aclocal.m4 autoconf -o configure.sh autoheader && touch config.h.in @echo 'Configure files changed -- perhaps run:' - @echo ' ./config.status --recheck; ./config.status' + @echo ' make reconfigure' @exit 1 +reconfigure: + ./config.status --recheck + ./config.status + proto: proto.h-tstamp proto.h: proto.h-tstamp -- 2.34.1