summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2001-05-02 08:33:18 +0000
committerAndrew Tridgell <tridge@samba.org>2001-05-02 08:33:18 +0000
commitf62c17e3786ac6643981d9ec68a1cd130ffcf149 (patch)
treec4b5edbfb5515af62387d43a94baa737e4ed54e8 /Makefile.in
parent0f621785808f8a5104259171c197fe5e384ab6d9 (diff)
downloadrsync-f62c17e3786ac6643981d9ec68a1cd130ffcf149.tar.gz
rsync-f62c17e3786ac6643981d9ec68a1cd130ffcf149.tar.bz2
rsync-f62c17e3786ac6643981d9ec68a1cd130ffcf149.zip
use mkstemp on systems where it is secure
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in7
1 files changed, 2 insertions, 5 deletions
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