diff options
author | Thorsten Kukuk <kukuk@thkukuk.de> | 2004-11-08 08:58:37 +0000 |
---|---|---|
committer | Thorsten Kukuk <kukuk@thkukuk.de> | 2004-11-08 08:58:37 +0000 |
commit | 94395205041b00b706627c1b49b3104223092b70 (patch) | |
tree | bfaf70d6b233226bbb284bf9b371c51adec748d1 /modules/pam_unix/Makefile | |
parent | 03c0e333157fa290a8f94621b427e493778f5410 (diff) | |
download | pam-94395205041b00b706627c1b49b3104223092b70.tar.gz pam-94395205041b00b706627c1b49b3104223092b70.tar.bz2 pam-94395205041b00b706627c1b49b3104223092b70.zip |
Relevant BUGIDs:
Purpose of commit:
bugfix
Commit summary:
---------------
Fix make clean for pam_unix (remove bigcrypt binary)
Diffstat (limited to 'modules/pam_unix/Makefile')
-rw-r--r-- | modules/pam_unix/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 |