]> granicus.if.org Git - linux-pam/commitdiff
Relevant BUGIDs: none
authorThorsten Kukuk <kukuk@thkukuk.de>
Tue, 29 Mar 2005 14:05:40 +0000 (14:05 +0000)
committerThorsten Kukuk <kukuk@thkukuk.de>
Tue, 29 Mar 2005 14:05:40 +0000 (14:05 +0000)
Purpose of commit: bugfix

Commit summary:
---------------

Fix make clean (remove symlinks)

libpam/Makefile
libpam_misc/Makefile
libpamc/Makefile

index 2a55577f741adcc60a365153601c3bb2f12c8747..7f7387d7cb332f83f7891cecd6bb825473396d14 100644 (file)
@@ -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
index bb7ec27ccee805fb90ff750fe3d21df7a3d127ba..2bc842fb469db73601c9c1b4aecaaeac10787dab 100644 (file)
@@ -112,5 +112,6 @@ 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
index f15aadd891100602a47dc9fac12c365a6a8cbea7..db2749cd97aa6521d1bab40d3d17a9b5c017625a 100644 (file)
@@ -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