From e71fbc1c300f5b54134317494d585dd4e2de9327 Mon Sep 17 00:00:00 2001
From: Kurt Zeilenga <kurt@openldap.org>
Date: Mon, 29 Aug 2005 21:04:23 +0000
Subject: [PATCH] Sync with HEAD

---
 Makefile.in | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/Makefile.in b/Makefile.in
index 4255ebb46e..028ae5d3eb 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -25,10 +25,11 @@ makefiles:	FORCE
 install-common: all FORCE
 
 clean-local: FORCE
-	$(RM) config.log
+	$(RM) config.cache config.log configure.lineno
+	$(RM) -r autom4te.cache
 
 veryclean-local: FORCE
-	$(RM) config.cache config.status libtool stamp-h stamp-h.in
+	$(RM) config.status libtool stamp-h stamp-h.in
 
 distclean: veryclean FORCE
 
-- 
GitLab