summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjulien.pierre.bugs%sun.com <devnull@localhost>2005-11-14 00:17:21 +0000
committerjulien.pierre.bugs%sun.com <devnull@localhost>2005-11-14 00:17:21 +0000
commit8b6ab4292a8224737016d779d2e3e4a1b41f5a25 (patch)
tree0fd5843eee38f168f996fe4ab9c62d38d092755c
parente7656ba62a2fcf874bf8c356c7e083c1d318735f (diff)
downloadnss-hg-8b6ab4292a8224737016d779d2e3e4a1b41f5a25.tar.gz
Fix for bug 316250. crmftest doesn't build on OS/2. Add LIB_PREFIX .
-rw-r--r--security/nss/cmd/crmftest/Makefile6
1 files changed, 1 insertions, 5 deletions
diff --git a/security/nss/cmd/crmftest/Makefile b/security/nss/cmd/crmftest/Makefile
index fa074c984..66d334a7d 100644
--- a/security/nss/cmd/crmftest/Makefile
+++ b/security/nss/cmd/crmftest/Makefile
@@ -67,11 +67,7 @@ ifeq ($(OS_TARGET)$(OS_RELEASE), SunOS5.6)
OS_LIBS += -ldl -lxnet -lposix4 -lsocket -lnsl
endif
-ifeq (,$(filter-out WIN%,$(OS_TARGET)))
-EXTRA_LIBS += $(DIST)/lib/crmf.lib
-else
-EXTRA_LIBS += $(DIST)/lib/libcrmf.$(LIB_SUFFIX)
-endif
+EXTRA_LIBS += $(DIST)/lib/$(LIB_PREFIX)crmf.$(LIB_SUFFIX)
include ../platlibs.mk