summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwtc%netscape.com <devnull@localhost>2001-01-31 23:22:27 +0000
committerwtc%netscape.com <devnull@localhost>2001-01-31 23:22:27 +0000
commitc9dd14089e9fc9bf0507b52c455b6055c418011b (patch)
tree621fdfe73034f6a3f47fbefafcc8c815b75a219a
parentba020c8310f1c7d0b829156b152be4498494e5c3 (diff)
downloadnss-hg-c9dd14089e9fc9bf0507b52c455b6055c418011b.tar.gz
Bugzilla bug #54711: OS/2 does not need to build nsinstall.
(NSS_3_1_BRANCH)
-rw-r--r--security/coreconf/nsinstall/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/security/coreconf/nsinstall/Makefile b/security/coreconf/nsinstall/Makefile
index 2175b2d87..77fd9dacc 100644
--- a/security/coreconf/nsinstall/Makefile
+++ b/security/coreconf/nsinstall/Makefile
@@ -44,7 +44,7 @@ PROGRAM = nsinstall
include $(DEPTH)/coreconf/config.mk
-ifeq ($(OS_ARCH),WINNT)
+ifeq (,$(filter-out OS2 WINNT,$(OS_ARCH)))
PROGRAM =
else
TARGETS = $(PROGRAM) $(PLSRCS:.pl=)