summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkirk.erickson%sun.com <devnull@localhost>2002-09-06 19:26:45 +0000
committerkirk.erickson%sun.com <devnull@localhost>2002-09-06 19:26:45 +0000
commit0dd59988d0ccb8c8d7e003734892fe4a15f9e48c (patch)
treeaa1a40122619a36c79175c6044d231023450ff83
parent8fabf7f7b079d847e3f0dcc7b0ff707edd31fa7e (diff)
downloadnss-hg-0dd59988d0ccb8c8d7e003734892fe4a15f9e48c.tar.gz
Changed to ROOT-$(OBJDIR_NAME) to avoid 32/64-bit differences.
-rw-r--r--security/nss/pkg/solaris/Makefile.com4
1 files changed, 2 insertions, 2 deletions
diff --git a/security/nss/pkg/solaris/Makefile.com b/security/nss/pkg/solaris/Makefile.com
index 5b7c16ddb..a22e36661 100644
--- a/security/nss/pkg/solaris/Makefile.com
+++ b/security/nss/pkg/solaris/Makefile.com
@@ -9,9 +9,9 @@ MACH = $(shell mach)
PUBLISH_ROOT = $(DIST)
ifeq ($(CORE_DEPTH),../../..)
-ROOT = ROOT
+ROOT = ROOT-$(OBJDIR_NAME)
else
-ROOT = $(subst ../../../,,$(CORE_DEPTH))/ROOT
+ROOT = $(subst ../../../,,$(CORE_DEPTH))/ROOT-$(OBJDIR_NAME)
endif
PKGARCHIVE = $(PUBLISH_ROOT)/pkgarchive