summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkirk.erickson%sun.com <devnull@localhost>2002-11-14 20:54:59 +0000
committerkirk.erickson%sun.com <devnull@localhost>2002-11-14 20:54:59 +0000
commite13b922219fc2b4677d5d215043af09cc4a85ebb (patch)
tree736fa9a37f19341f8700a9d5d6c4f8aed027a22e
parentc05ded26d916f845a3ecebb452d0978f8349512c (diff)
downloadnss-hg-e13b922219fc2b4677d5d215043af09cc4a85ebb.tar.gz
Sonja insisted the name be $(OBJDIR) rather than solaris-$(OBJDIR).
-rw-r--r--security/nss/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/security/nss/Makefile b/security/nss/Makefile
index 53ec48886..21a54fbe5 100644
--- a/security/nss/Makefile
+++ b/security/nss/Makefile
@@ -113,7 +113,7 @@ nss_RelEng_bld: build_coreconf import all
ifeq ($(OS_ARCH),SunOS)
solarispkg:
@echo Making Solaris packages.
- rm -rf pkg/solaris-$(OBJDIR)
- cp -r pkg/solaris pkg/solaris-$(OBJDIR)
- $(MAKE) -C pkg/solaris-$(OBJDIR) publish
+ rm -rf pkg/$(OBJDIR)
+ cp -r pkg/solaris pkg/$(OBJDIR)
+ $(MAKE) -C pkg/$(OBJDIR) publish
endif