i hate makefiles that automatically run configure
authorAndrew Tridgell <tridge@samba.org>
Wed, 21 Mar 2001 23:36:23 +0000 (23:36 +0000)
committerAndrew Tridgell <tridge@samba.org>
Wed, 21 Mar 2001 23:36:23 +0000 (23:36 +0000)
:)

Makefile.in

index 8820299..53a91ba 100644 (file)
@@ -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.