summaryrefslogtreecommitdiff
path: root/security/nss/lib/freebl/config.mk
diff options
context:
space:
mode:
authornelsonb%netscape.com <devnull@localhost>2002-02-15 22:54:08 +0000
committernelsonb%netscape.com <devnull@localhost>2002-02-15 22:54:08 +0000
commit738456c67ff3fb409226a12e51fb0ca563e3d909 (patch)
treedfbe428591494ceaf2ae25c831889dc85656ad31 /security/nss/lib/freebl/config.mk
parent526d8ca9a9340281ac8b28404fbc6ddf692f4f2b (diff)
downloadnss-hg-738456c67ff3fb409226a12e51fb0ca563e3d909.tar.gz
Change most coreconf and NSS makefiles to use OS_TARGET (which can
be overridden via an environment variable) rather than OS_ARCH. This is a precursor to more flexibility in cross-platform builds. Bug 104541.
Diffstat (limited to 'security/nss/lib/freebl/config.mk')
-rw-r--r--security/nss/lib/freebl/config.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/security/nss/lib/freebl/config.mk b/security/nss/lib/freebl/config.mk
index 77eea20a2..476e7743f 100644
--- a/security/nss/lib/freebl/config.mk
+++ b/security/nss/lib/freebl/config.mk
@@ -36,7 +36,7 @@ ifndef FREEBL_RECURSIVE_BUILD
# we only do this stuff for some of the 32-bit builds, no 64-bit builds
ifndef USE_64
-ifeq ($(OS_ARCH), HP-UX)
+ifeq ($(OS_TARGET), HP-UX)
FREEBL_EXTENDED_BUILD = 1
endif
@@ -83,7 +83,7 @@ TARGETS = $(SHARED_LIBRARY)
LIBRARY =
PROGRAM =
-#ifeq ($(OS_ARCH), HP-UX)
+#ifeq ($(OS_TARGET), HP-UX)
EXTRA_LIBS += \
$(DIST)/lib/libsecutil.$(LIB_SUFFIX) \
$(NULL)