summaryrefslogtreecommitdiff
path: root/libpam/Makefile
diff options
context:
space:
mode:
authorThorsten Kukuk <kukuk@thkukuk.de>2005-03-29 14:05:40 +0000
committerThorsten Kukuk <kukuk@thkukuk.de>2005-03-29 14:05:40 +0000
commitba82d67e1db5a6a793f6564f926e6a0f8b17f782 (patch)
treee8525fe309995cc740cdcc7858dc07c4d937e2bc /libpam/Makefile
parent5075a29eb5fe11890e72fa27305f164586054858 (diff)
Relevant BUGIDs: none
Purpose of commit: bugfix Commit summary: --------------- Fix make clean (remove symlinks)
Diffstat (limited to 'libpam/Makefile')
-rw-r--r--libpam/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/libpam/Makefile b/libpam/Makefile
index 2a55577f..7f7387d7 100644
--- a/libpam/Makefile
+++ b/libpam/Makefile
@@ -159,6 +159,7 @@ endif
clean:
rm -f a.out core *~ static/*.o dynamic/*.o
+ rm -f *.orig $(LIBPAMNAME) $(LIBPAMFULL)
rm -f *.a *.o *.so ./include/security/*~
if [ -d dynamic ]; then rmdir dynamic ; fi
if [ -d static ]; then rmdir static ; fi