summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorwtc%netscape.com <devnull@localhost>2003-02-26 15:10:16 +0000
committerwtc%netscape.com <devnull@localhost>2003-02-26 15:10:16 +0000
commit6d26604482f830cc42a50ccde497a59b5876a394 (patch)
tree7e3157de261b92751bd73e04c6f28170f6961ae7 /Makefile.in
parent3ac4476927ffab0d27765029425746a0c3ce5b3d (diff)
downloadnspr-hg-6d26604482f830cc42a50ccde497a59b5876a394.tar.gz
Sync up the NSPRPUB_PRE_4_2_CLIENT_BRANCH with the trunk.
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in6
1 files changed, 3 insertions, 3 deletions
diff --git a/Makefile.in b/Makefile.in
index c1313b86..fd1ca83c 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -150,9 +150,9 @@ endif
cp -f mdheader.jar $(MDIST)/$(MOD_NAME)/$(BUILD_NUMBER)/$(RELEASE_OBJDIR_NAME); \
chmod 664 $(MDIST)/$(MOD_NAME)/$(BUILD_NUMBER)/$(RELEASE_OBJDIR_NAME)/mdheader.jar
-solarispkg:
- @echo Making Solaris packages.
- $(MAKE) -C pkg/solaris publish
+package:
+ @echo "cd pkg; $(MAKE) publish"
+ $(MAKE) -C pkg publish
depend:
@echo "NSPR20 has no dependencies. Skipped."