X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/blobdiff_plain/0f621785808f8a5104259171c197fe5e384ab6d9..f62c17e3786ac6643981d9ec68a1cd130ffcf149:/Makefile.in diff --git a/Makefile.in b/Makefile.in index 53a91bab..3bf7d492 100644 --- a/Makefile.in +++ b/Makefile.in @@ -54,17 +54,14 @@ install-strip: $(MAKE) INSTALLCMD='$(INSTALLCMD) -s' install rsync: $(OBJS) - @-echo " Note: The link command may give a warning about use of mktemp." - @-echo " The warning may be ignored because rsync uses this function in a safe way." $(CC) $(CFLAGS) $(LDFLAGS) -o rsync $(OBJS) $(LIBS) Makefile: Makefile.in configure config.status 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. +# don't actually run autoconf, just issue a warning configure: configure.in - -cd $(srcdir) && autoconf + echo "WARNING: you need to rerun autoconf" rsync.1: rsync.yo yodl2man -o rsync.1 rsync.yo