X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/blobdiff_plain/5648a819360b016c527b7a56b33571699f273e53..b8709f5046cc361526db994ee05e6c2cdaadfd73:/Makefile.in diff --git a/Makefile.in b/Makefile.in index 3e5ca3ec..74fe4401 100644 --- a/Makefile.in +++ b/Makefile.in @@ -88,13 +88,21 @@ rsyncd.conf.5: rsyncd.conf.yo proto: cat $(srcdir)/*.c $(srcdir)/lib/compat.c | awk -f $(srcdir)/mkproto.awk > $(srcdir)/proto.h -clean: +clean: rm -f *~ $(OBJS) rsync $(TLS_OBJ) tls rm -rf ./testtmp - rm -f config.cache +# We try to delete built files from both the source and build +# directories, just in case somebody previously configured things in +# the source directory. distclean: clean - rm -f Makefile config.h config.status + 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 # 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