From d66ecd8caf597bcc794f9b9b1716a4f4ab4cfed2 Mon Sep 17 00:00:00 2001 From: "Andrew G. Morgan" Date: Sat, 10 Feb 2001 07:17:52 +0000 Subject: Relevant BUGIDs: 131783 Purpose of commit: bugfix Commit summary: --------------- static library and debugging library support fixed - post autoconf stuff. --- libpam_misc/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'libpam_misc/Makefile') diff --git a/libpam_misc/Makefile b/libpam_misc/Makefile index b41e61a0..9cd464c8 100644 --- a/libpam_misc/Makefile +++ b/libpam_misc/Makefile @@ -7,7 +7,7 @@ include ../Make.Rules -ifeq ($(DEBUG_REL),yes) +ifeq ($(WITH_LIBDEBUG),yes) LIBNAME=libpam_miscd else LIBNAME=libpam_misc @@ -73,7 +73,7 @@ endif $(LIBNAMEDSTATIC): $(SLIBOBJECTS) ifeq ($(STATIC_LIBPAM),yes) - $(AR) $@ $(SLIBOBJECTS) $(MODULES) + $(AR) rc $@ $(SLIBOBJECTS) $(MODULES) $(RANLIB) $@ endif -- cgit v1.2.3