From: kouril Date: Mon, 12 Jan 2004 15:28:12 +0000 (+0000) Subject: fixed deleting files X-Git-Tag: v5.0-rc4~1 X-Git-Url: http://www.project-moonshot.org/gitweb/?p=mod_auth_kerb.git;a=commitdiff_plain;h=a4bc2e523464ab6bb90652b6a2030836b7dd642f fixed deleting files --- diff --git a/Makefile.in b/Makefile.in index 7ff9de9..2cb12d5 100644 --- a/Makefile.in +++ b/Makefile.in @@ -19,8 +19,8 @@ install: $(APXS) -c -i $(CPPFLAGS) $(CFLAGS) $(LDFLAGS) src/mod_auth_kerb.c $(SPNEGO_SRCS) clean: - for i in . src spnegokrb5; do - $(RM) *.{o,so,a,la,lo,slo} core + for i in . src spnegokrb5; do \ + $(RM) $$i/*.{o,so,a,la,lo,slo} core; \ done distclean: clean