INTEGRATION: CWS ause069 (1.15.8); FILE MERGED
2007/01/11 00:25:06 hjs 1.15.8.3: RESYNC: (1.16-1.18); FILE MERGED 2006/12/04 22:43:28 hjs 1.15.8.2: RESYNC: (1.15-1.16); FILE MERGED 2006/11/24 14:40:36 hjs 1.15.8.1: #i70359# remove forced shell calls
This commit is contained in:
parent
854fc2ae67
commit
c3b16d825a
1 changed files with 3 additions and 3 deletions
|
@ -4,9 +4,9 @@
|
|||
#
|
||||
# $RCSfile: productversion.mk,v $
|
||||
#
|
||||
# $Revision: 1.19 $
|
||||
# $Revision: 1.20 $
|
||||
#
|
||||
# last change: $Author: obo $ $Date: 2007-01-22 14:32:58 $
|
||||
# last change: $Author: obo $ $Date: 2007-01-25 15:33:10 $
|
||||
#
|
||||
# The Contents of this file are made available subject to
|
||||
# the terms of GNU Lesser General Public License Version 2.1.
|
||||
|
@ -44,7 +44,7 @@ PKGREV = $(BUILD)
|
|||
PKGREV = $(LAST_MINOR:s/m//:s/s/./)
|
||||
.ENDIF
|
||||
|
||||
ABSLOCALOUT:=$(shell +cd $(PRJ) && pwd)$/$(ROUT)
|
||||
ABSLOCALOUT:=$(shell cd $(PRJ) && pwd)$/$(ROUT)
|
||||
|
||||
# create desktop-integration subfolder on linux
|
||||
.IF "$(OS)"=="LINUX"
|
||||
|
|
Loading…
Reference in a new issue