X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/blobdiff_plain/57835c00ad83d218d12dc6c777c5d9f66b926d3f..76a78cd8bc8eda730b78d7161ddbfdd8408fb263:/Makefile.in diff --git a/Makefile.in b/Makefile.in index 77146f66..7d0b62b2 100644 --- a/Makefile.in +++ b/Makefile.in @@ -62,6 +62,7 @@ install-strip: $(MAKE) INSTALLCMD='$(INSTALLCMD) -s' install rsync: $(OBJS) + @echo "Please ignore warnings below about mktemp -- it is used in a safe way" $(CC) $(CFLAGS) $(LDFLAGS) -o rsync $(OBJS) $(LIBS) tls: $(tls_OBJ)