summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkirk.erickson%sun.com <devnull@localhost>2002-11-14 20:56:28 +0000
committerkirk.erickson%sun.com <devnull@localhost>2002-11-14 20:56:28 +0000
commitee4610e47a09ac9ee021e1d84fffc0dfebf60c77 (patch)
tree6700e4841360064096145c511f472ad32b39f0ed
parentebeb893d9f9cfc8f99d5fd31b86365c858d0659e (diff)
downloadnspr-hg-NSPRPUB_RELEASE_4_1_2_SUN_PKG_BRANCH.tar.gz
Changed name from solaris-$(OBJDIR) to $(OBJDIR).NSPRPUB_RELEASE_4_1_2_SUN_PKG_BRANCH
-rw-r--r--Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index 9bb4fc47..1f3f372e 100644
--- a/Makefile
+++ b/Makefile
@@ -124,9 +124,9 @@ endif
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
depend:
@echo "NSPR20 has no dependencies. Skipped."