From: Martin Pool Date: Tue, 2 Apr 2002 02:00:29 +0000 (+0000) Subject: Remove warning about "run autoconf". It tends to break too much with X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/commitdiff_plain/e733c934230c146d496423209f9461c34f33a16e?hp=ffdb58a51aace8d55824cc03e4248c25d8c57b62 Remove warning about "run autoconf". It tends to break too much with CVS. --- diff --git a/Makefile.in b/Makefile.in index a32a641c..4fcf2c15 100644 --- a/Makefile.in +++ b/Makefile.in @@ -79,12 +79,17 @@ TRIMSLASH_OBJ = trimslash.o syscall.o trimslash: $(TRIMSLASH_OBJ) $(CC) $(CFLAGS) $(LDFLAGS) -o $@ $(TRIMSLASH_OBJ) $(LIBS) -Makefile: Makefile.in configure config.status - echo "WARNING: You need to run ./config.status --recheck" +# I don't like these rules because CVS can skew the timestamps and +# produce spurious warnings, and also make "make install" fail if the +# source directory can no longer be found. Since we don't rebuild +# automatically they're kind of lame anyhow. + +#Makefile: Makefile.in configure config.status +# echo "WARNING: You need to run ./config.status --recheck" # don't actually run autoconf, just issue a warning -configure: configure.in - echo "WARNING: you need to rerun autoconf" +#configure: configure.in +# echo "WARNING: you need to rerun autoconf" rsync.1: rsync.yo yodl2man -o rsync.1 rsync.yo