diff options
author | Rüdiger Timm <rt@openoffice.org> | 2007-11-06 14:57:05 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2007-11-06 14:57:05 +0000 |
commit | f3aa676abcf4e25ee7a08eec6c3d0932a1defa42 (patch) | |
tree | ec0f4742c3eb4ed18f6aa3cdda3b1a28466036cc /sysui | |
parent | ae0e695a53828419a5e612dab8f27324befc750b (diff) |
INTEGRATION: CWS execshellmacrogone (1.23.32); FILE MERGED
2007/10/24 06:35:49 rene 1.23.32.1: #i79760# krs patches for supressing "Executing shell macro..." output
Diffstat (limited to 'sysui')
-rw-r--r-- | sysui/desktop/productversion.mk | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sysui/desktop/productversion.mk b/sysui/desktop/productversion.mk index de06157e8eaf..527f2733fa36 100644 --- a/sysui/desktop/productversion.mk +++ b/sysui/desktop/productversion.mk @@ -4,9 +4,9 @@ # # $RCSfile: productversion.mk,v $ # -# $Revision: 1.24 $ +# $Revision: 1.25 $ # -# last change: $Author: rt $ $Date: 2007-11-06 14:11:15 $ +# last change: $Author: rt $ $Date: 2007-11-06 15:57:05 $ # # The Contents of this file are made available subject to # the terms of GNU Lesser General Public License Version 2.1. @@ -38,7 +38,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" |