summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkirk.erickson%sun.com <devnull@localhost>2002-10-02 23:42:40 +0000
committerkirk.erickson%sun.com <devnull@localhost>2002-10-02 23:42:40 +0000
commitfbe976248197042fe218d12acc13fb8b695d6137 (patch)
tree2b8b3feed49f3e29fcba8ecfc4509bc2f64f74e1
parent0de1cc81024dc0b077953d941ef0c73ab6ae8d15 (diff)
downloadnss-hg-fbe976248197042fe218d12acc13fb8b695d6137.tar.gz
Moved solarispkg target to the end of the file.
-rw-r--r--security/nss/Makefile13
1 files changed, 6 insertions, 7 deletions
diff --git a/security/nss/Makefile b/security/nss/Makefile
index ebea33842..22340be36 100644
--- a/security/nss/Makefile
+++ b/security/nss/Makefile
@@ -110,13 +110,6 @@ endif
# is mistaken as a command-line option. If that is the case,
# we use a relative pathname as NSPR's prefix on Windows.
-ifeq ($(OS_ARCH),SunOS)
-solarispkg:
- @echo Making Solaris packages.
- $(MAKE) -C pkg/solaris publish
-endif
-#
-
USEABSPATH="YES"
ifeq (,$(filter-out WIN%,$(OS_TARGET)))
ifeq (,$(findstring :,$(shell pwd)))
@@ -169,3 +162,9 @@ endif
endif
nss_RelEng_bld: build_coreconf import all
+
+ifeq ($(OS_ARCH),SunOS)
+solarispkg:
+ @echo Making Solaris packages.
+ $(MAKE) -C pkg/solaris publish
+endif