X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/blobdiff_plain/1ac15cd8adfb364965189261a860a94ca37c9b6b..ba35824322939b54352443461bc645c29f61cfb6:/Makefile.in diff --git a/Makefile.in b/Makefile.in index 223d469e..53a91bab 100644 --- a/Makefile.in +++ b/Makefile.in @@ -54,7 +54,17 @@ install-strip: $(MAKE) INSTALLCMD='$(INSTALLCMD) -s' install rsync: $(OBJS) - $(CC) $(CFLAGS) $(LDFLAGS) -o rsync $(OBJS) $(LIBS) + @-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. +configure: configure.in + -cd $(srcdir) && autoconf rsync.1: rsync.yo yodl2man -o rsync.1 rsync.yo