From abd52145a6a9128ded3007215766c4fc6e315c77 Mon Sep 17 00:00:00 2001 From: kouril Date: Thu, 16 Sep 2004 08:42:00 +0000 Subject: [PATCH] delete .libs directories during 'clean'-ing --- Makefile.in | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile.in b/Makefile.in index a1fc43c..b15509c 100644 --- a/Makefile.in +++ b/Makefile.in @@ -21,10 +21,11 @@ install: clean: for i in . src spnegokrb5; do \ $(RM) $$i/*.{o,so,a,la,lo,slo} core; \ + $(RM) -rf $$i/.libs; \ done distclean: clean $(RM) config.h config.status Makefile config.log - $(RM) -rf autom4te.cache src/.libs spnego/.libs + $(RM) -rf autom4te.cache .PHONY: all install clean distclean -- 2.1.4