From 2042c632512e47cb7bfa3aa6131b89c2e9829820 Mon Sep 17 00:00:00 2001 From: Wayne Davison Date: Fri, 9 Nov 2007 17:56:00 +0000 Subject: [PATCH] Clean generated files for distclean. --- Makefile.in | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Makefile.in b/Makefile.in index 212bdbaa..84e8a86a 100644 --- a/Makefile.in +++ b/Makefile.in @@ -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 -- 2.34.1