From 82ed9106304afc7af5df7bed12ba7d3e2c5c6134 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Wed, 21 Mar 2001 23:36:23 +0000 Subject: [PATCH] i hate makefiles that automatically run configure :) --- Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- 2.34.1