From: Wayne Davison Date: Sat, 29 Dec 2007 17:44:58 +0000 (-0800) Subject: Added reconfigure target to re-run configure. X-Git-Tag: v3.0.0pre8~17 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=14eaa7a53b1a3b6ddc951014d0c08116e5c41d99;p=thirdparty%2Frsync.git Added reconfigure target to re-run configure. --- 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