X-Git-Url: http://www.project-moonshot.org/gitweb/?a=blobdiff_plain;f=Makefile.in;h=b15509cb89e43144a377a46a390affc83d40ec1d;hb=68527e49f8495ac58157b8c59aa001c60d7c0b17;hp=2cb12d5aa7bd8958df95e63c4520fbcf4e4024ed;hpb=a4bc2e523464ab6bb90652b6a2030836b7dd642f;p=mod_auth_kerb.cvs%2F.git diff --git a/Makefile.in b/Makefile.in index 2cb12d5..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 configure config.log - $(RM) -rf autom4te.cache src/.libs + $(RM) config.h config.status Makefile config.log + $(RM) -rf autom4te.cache .PHONY: all install clean distclean