diff options
author | Thorsten Kukuk <kukuk@thkukuk.de> | 2004-09-15 09:14:28 +0000 |
---|---|---|
committer | Thorsten Kukuk <kukuk@thkukuk.de> | 2004-09-15 09:14:28 +0000 |
commit | d7987be1aade2b11454a8b3b3d8e9c1c3df93d5f (patch) | |
tree | e2d0899b90a73ecccafe72f01c9aa09180767ef2 /libpamc | |
parent | 0b3e58307f210514609115544899ebe42d57a5c9 (diff) | |
download | pam-d7987be1aade2b11454a8b3b3d8e9c1c3df93d5f.tar.gz pam-d7987be1aade2b11454a8b3b3d8e9c1c3df93d5f.tar.bz2 pam-d7987be1aade2b11454a8b3b3d8e9c1c3df93d5f.zip |
Relevant BUGIDs:
Purpose of commit:
Commit summary:
---------------
bugfix: First round of Linux distributor patch merges
Diffstat (limited to 'libpamc')
-rw-r--r-- | libpamc/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libpamc/Makefile b/libpamc/Makefile index 49befe4b..0a302534 100644 --- a/libpamc/Makefile +++ b/libpamc/Makefile @@ -100,7 +100,9 @@ remove: rm -f $(FAKEROOT)$(INCLUDED)/pam_client.h rm -f $(FAKEROOT)$(libdir)/$(LIBNAMEDFULL) rm -f $(FAKEROOT)$(libdir)/$(LIBNAMED) +ifndef FAKEROOT $(LDCONFIG) +endif rm -f $(FAKEROOT)$(libdir)/$(LIBNAMEDSTATIC) clean: |