From: Andrew Tridgell Date: Wed, 21 Mar 2001 23:36:23 +0000 (+0000) Subject: i hate makefiles that automatically run configure X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/commitdiff_plain/82ed9106304afc7af5df7bed12ba7d3e2c5c6134?hp=90ba34e27c74c9fd8a8a00a360132caf20877fc2 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.