From a4bc2e523464ab6bb90652b6a2030836b7dd642f Mon Sep 17 00:00:00 2001 From: kouril Date: Mon, 12 Jan 2004 15:28:12 +0000 Subject: [PATCH] fixed deleting files --- Makefile.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 2.1.4