summaryrefslogtreecommitdiff
path: root/libpamc
diff options
context:
space:
mode:
authorAndrew G. Morgan <morgan@kernel.org>2001-02-10 07:17:52 +0000
committerAndrew G. Morgan <morgan@kernel.org>2001-02-10 07:17:52 +0000
commitd66ecd8caf597bcc794f9b9b1716a4f4ab4cfed2 (patch)
tree6e4ba1066ad59fbc3e4ae1ef099e74e65de00b8e /libpamc
parent63b197ed633d413f976c644b2693ed084bcfee6e (diff)
Relevant BUGIDs: 131783
Purpose of commit: bugfix Commit summary: --------------- static library and debugging library support fixed - post autoconf stuff.
Diffstat (limited to 'libpamc')
-rw-r--r--libpamc/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/libpamc/Makefile b/libpamc/Makefile
index 402f070f..45d42051 100644
--- a/libpamc/Makefile
+++ b/libpamc/Makefile
@@ -73,7 +73,7 @@ endif
$(LIBNAMEDSTATIC): $(SLIBOBJECTS)
ifeq ($(STATIC_LIBPAM),yes)
- $(AR) $@ $(SLIBOBJECTS) $(MODULES)
+ $(AR) rc $@ $(SLIBOBJECTS) $(MODULES)
$(RANLIB) $@
endif