X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/blobdiff_plain/c127e8aaec2b0ea408a3cd3a36fd910520249332..62b68c80466e9e3b9bb39e0bc5219ba32534235f:/Makefile.in diff --git a/Makefile.in b/Makefile.in index 2c563958..4fcf2c15 100644 --- a/Makefile.in +++ b/Makefile.in @@ -73,18 +73,23 @@ tls: $(TLS_OBJ) $(CC) $(CFLAGS) $(LDFLAGS) -o $@ $(TLS_OBJ) $(LIBS) getgroups: getgroups.o - $(CC) $(CFLAGS) $(LDFLAGS) -o $@ $< $(LIBS) + $(CC) $(CFLAGS) $(LDFLAGS) -o $@ getgroups.o $(LIBS) 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