From 94395205041b00b706627c1b49b3104223092b70 Mon Sep 17 00:00:00 2001 From: Thorsten Kukuk Date: Mon, 8 Nov 2004 08:58:37 +0000 Subject: Relevant BUGIDs: Purpose of commit: bugfix Commit summary: --------------- Fix make clean for pam_unix (remove bigcrypt binary) --- modules/pam_unix/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/pam_unix/Makefile b/modules/pam_unix/Makefile index 24ffd4b5..abeb7eef 100644 --- a/modules/pam_unix/Makefile +++ b/modules/pam_unix/Makefile @@ -182,7 +182,7 @@ remove: rm -f $(FAKEROOT)$(SUPLEMENTED)/$(CHKPWD) clean: - rm -f $(LIBOBJD) $(LIBOBJS) $(CHKPWD) *.o *.so core + rm -f $(LIBOBJD) $(LIBOBJS) $(CHKPWD) $(BIGCRYPT) *.o *.so core rm -f *~ *.a *.out *.bak rm -rf dynamic static -- cgit v1.2.3