summaryrefslogtreecommitdiff
path: root/libpamc/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 /libpamc/Makefile
parent5075a29eb5fe11890e72fa27305f164586054858 (diff)
Relevant BUGIDs: none
Purpose of commit: bugfix Commit summary: --------------- Fix make clean (remove symlinks)
Diffstat (limited to 'libpamc/Makefile')
-rw-r--r--libpamc/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/libpamc/Makefile b/libpamc/Makefile
index f15aadd8..db2749cd 100644
--- a/libpamc/Makefile
+++ b/libpamc/Makefile
@@ -110,6 +110,7 @@ endif
clean:
rm -f a.out core *~ static/*.o dynamic/*.o
rm -f *.a *.out *.o *.so ./include/security/*~
+ rm -f *.orig $(LIBNAMEDNAME) $(LIBNAMEDFULL)
if [ -d dynamic ]; then rmdir dynamic ; fi
if [ -d static ]; then rmdir static ; fi