X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/blobdiff_plain/6ec47d3d015acb3fa793c59c7eaf2266dbfc77ad..bdc12f41ded2093bf40e79b774070afd6df104c6:/Makefile.in diff --git a/Makefile.in b/Makefile.in index 212bdbaa..40e5faf5 100644 --- a/Makefile.in +++ b/Makefile.in @@ -65,8 +65,8 @@ install: all ${INSTALLCMD} ${INSTALL_STRIP} -m 755 rsync$(EXEEXT) ${DESTDIR}${bindir} -mkdir -p ${DESTDIR}${mandir}/man1 -mkdir -p ${DESTDIR}${mandir}/man5 - ${INSTALLMAN} -m 644 $(srcdir)/rsync.1 ${DESTDIR}${mandir}/man1 - ${INSTALLMAN} -m 644 $(srcdir)/rsyncd.conf.5 ${DESTDIR}${mandir}/man5 + -${INSTALLMAN} -m 644 $(srcdir)/rsync.1 ${DESTDIR}${mandir}/man1 + -${INSTALLMAN} -m 644 $(srcdir)/rsyncd.conf.5 ${DESTDIR}${mandir}/man5 install-strip: $(MAKE) INSTALL_STRIP='-s' install @@ -128,11 +128,10 @@ cleantests: distclean: clean rm -f Makefile config.h config.status rm -f $(srcdir)/Makefile $(srcdir)/config.h $(srcdir)/config.status - rm -f config.cache config.log rm -f $(srcdir)/config.cache $(srcdir)/config.log - rm -f shconfig $(srcdir)/shconfig + rm -f configure.sh config.h.in proto.h rsync.1 rsyncd.conf.5 # this target is really just for my use. It only works on a limited # range of machines and is used to produce a list of potentially