]> git.sur5r.net Git - openldap/commitdiff
clean/veryclean updates to deal with configure.lineno and autom4te.cache
authorKurt Zeilenga <kurt@openldap.org>
Mon, 29 Aug 2005 21:02:44 +0000 (21:02 +0000)
committerKurt Zeilenga <kurt@openldap.org>
Mon, 29 Aug 2005 21:02:44 +0000 (21:02 +0000)
Makefile.in

index 4255ebb46e59a3111345a2304c65661729259276..028ae5d3eb7a1b51aa6295891c31bbd0f26e51ee 100644 (file)
@@ -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