From: kouril Date: Mon, 12 Jan 2004 15:03:17 +0000 (+0000) Subject: better cleanup X-Git-Tag: v5.0-rc4~3 X-Git-Url: http://www.project-moonshot.org/gitweb/?p=mod_auth_kerb.git;a=commitdiff_plain;h=463a49ae04fc81eb31c39da5504c939c83ba6504 better cleanup --- diff --git a/Makefile.in b/Makefile.in index 367da01..7ff9de9 100644 --- a/Makefile.in +++ b/Makefile.in @@ -19,8 +19,9 @@ install: $(APXS) -c -i $(CPPFLAGS) $(CFLAGS) $(LDFLAGS) src/mod_auth_kerb.c $(SPNEGO_SRCS) clean: - $(RM) *.o *.so *.a *.la *.lo *.slo core - $(RM) src/*.{o,so,a,la,lo,slo} + for i in . src spnegokrb5; do + $(RM) *.{o,so,a,la,lo,slo} core + done distclean: clean $(RM) config.h config.status Makefile configure config.log