From 8c731969c2cc45d37661a3196fb63e31e570bde8 Mon Sep 17 00:00:00 2001 From: "jpierre%netscape.com" Date: Sat, 16 Feb 2002 00:10:24 +0000 Subject: [PATCH] Fix OS/2 standalone NSS build which got broken after the fix for 104541 --- security/coreconf/OS2.mk | 3 +++ 1 file changed, 3 insertions(+) diff --git a/security/coreconf/OS2.mk b/security/coreconf/OS2.mk index 361addd90b67..4b80a7f816d4 100644 --- a/security/coreconf/OS2.mk +++ b/security/coreconf/OS2.mk @@ -49,6 +49,9 @@ endif # XP_OS2 is strictly for OS2 only XP_DEFINE += -DXP_PC=1 -DXP_OS2=1 +# Override prefix +LIB_PREFIX = $(NULL) + # Override suffix in suffix.mk LIB_SUFFIX = lib DLL_SUFFIX = dll