From: Andrew Tridgell Date: Wed, 21 Mar 2001 23:36:23 +0000 (+0000) Subject: i hate makefiles that automatically run configure X-Git-Tag: mbp_bk_export0~160 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=82ed9106304afc7af5df7bed12ba7d3e2c5c6134;p=thirdparty%2Frsync.git i hate makefiles that automatically run configure :) --- diff --git a/Makefile.in b/Makefile.in index 88202999..53a91bab 100644 --- a/Makefile.in +++ b/Makefile.in @@ -59,7 +59,7 @@ rsync: $(OBJS) $(CC) $(CFLAGS) $(LDFLAGS) -o rsync $(OBJS) $(LIBS) Makefile: Makefile.in configure config.status - ./config.status --recheck + echo "WARNING: You need to run ./config.status --recheck" # It's OK if this fails, because we don't require people to have # autoconf installed.