From: Kurt Zeilenga Date: Mon, 29 Aug 2005 21:02:44 +0000 (+0000) Subject: clean/veryclean updates to deal with configure.lineno and autom4te.cache X-Git-Tag: OPENLDAP_REL_ENG_2_2_MP~538 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=697b0d2a3c09a4d00b7b4a3ad004f2f15457035a;p=openldap clean/veryclean updates to deal with configure.lineno and autom4te.cache --- 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