X-Git-Url: http://www.project-moonshot.org/gitweb/?p=mod_auth_kerb.cvs%2F.git;a=blobdiff_plain;f=Makefile.in;h=b15509cb89e43144a377a46a390affc83d40ec1d;hp=a1fc43c687075e317cacda6c6f167295c770d659;hb=abd52145a6a9128ded3007215766c4fc6e315c77;hpb=26b8a2651b1f689d96d91db13caf8fcf4ee0ad99 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