Removed extraneous ` from PRODUCT_VERSION.

This commit is contained in:
kirk.erickson%sun.com 2003-02-12 16:12:14 +00:00
Родитель 938378336c
Коммит d44a9d0be8
1 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -2,7 +2,7 @@
# Copyright 2002 Sun Microsystems, Inc. All rights reserved.
# Use is subject to license terms.
#
#ident "$Id: Makefile.com,v 1.4 2003/02/10 18:18:52 kirk.erickson%sun.com Exp $"
#ident "$Id: Makefile.com,v 1.5 2003/02/12 16:12:14 kirk.erickson%sun.com Exp $"
#
MACH = $(shell mach)
@ -21,7 +21,7 @@ FILES = $(DATAFILES) pkginfo
PACKAGE = $(shell basename `pwd`)
PRODUCT_VERSION = $(shell grep NSS_VERSION $(CORE_DEPTH)/../dist/public/nss/nss.h \
| sed -e 's/"$$//' -e 's/.*"//' -e 's/ .*//'`)
| sed -e 's/"$$//' -e 's/.*"//' -e 's/ .*//')
LN = /usr/bin/ln