summaryrefslogtreecommitdiff
path: root/security/nss/lib/ssl/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/ssl/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/ssl/config.mk')
-rw-r--r--security/nss/lib/ssl/config.mk12
1 files changed, 1 insertions, 11 deletions
diff --git a/security/nss/lib/ssl/config.mk b/security/nss/lib/ssl/config.mk
index f26102698..225257d53 100644
--- a/security/nss/lib/ssl/config.mk
+++ b/security/nss/lib/ssl/config.mk
@@ -31,17 +31,7 @@
# GPL.
#
-#
-# Override TARGETS variable so that only static libraries
-# are specifed as dependencies within rules.mk.
-#
-
-#TARGETS = $(LIBRARY)
-#SHARED_LIBRARY =
-#IMPORT_LIBRARY =
-#PROGRAM =
-
-ifeq ($(OS_ARCH), WINNT)
+ifeq (,$(filter-out WIN%,$(OS_TARGET)))
# don't want the 32 in the shared library name
SHARED_LIBRARY = $(OBJDIR)/$(LIBRARY_NAME)$(LIBRARY_VERSION).dll