From fffcceaac340dbfcacea79ec6424b002895dbf90 Mon Sep 17 00:00:00 2001 From: "sonja.mirtitsch%sun.com" Date: Sat, 8 Feb 2003 22:43:37 +0000 Subject: [PATCH] checking in Kirk's patch git-svn-id: svn://10.0.0.236/trunk@137601 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/nsprpub/pkg/solaris/Makefile.com | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/mozilla/nsprpub/pkg/solaris/Makefile.com b/mozilla/nsprpub/pkg/solaris/Makefile.com index 452333095a2..aa0b270f44e 100644 --- a/mozilla/nsprpub/pkg/solaris/Makefile.com +++ b/mozilla/nsprpub/pkg/solaris/Makefile.com @@ -2,7 +2,7 @@ # Copyright 2002 Sun Microsystems, Inc. All rights reserved. # Use is subject to license terms. # -#ident "$Id: Makefile.com,v 1.3 2003-02-08 06:32:06 sonja.mirtitsch%sun.com Exp $" +#ident "$Id: Makefile.com,v 1.4 2003-02-08 22:43:37 sonja.mirtitsch%sun.com Exp $" # MACH = $(shell mach) @@ -20,7 +20,8 @@ FILES = $(DATAFILES) pkginfo prototype PACKAGE = $(shell basename `pwd`) -PRODUCT_VERSION = $(MOD_MAJOR_VERSION).$(MOD_MINOR_VERSION).$(MOD_REVISION_VERSION) +PRODUCT_VERSION = $(shell echo `grep PR_VERSION $(MOD_DEPTH)/dist/include/nspr/prinit.h \ + | sed -e 's/"$$//' -e 's/.*"//' -e 's/ .*//'`) LN = /usr/bin/ln @@ -29,3 +30,6 @@ CLOBBERFILES = $(FILES) include $(topsrcdir)/config/rules.mk # vim: ft=make + + +