diff options
author | Oliver Bolte <obo@openoffice.org> | 2007-01-25 11:18:11 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2007-01-25 11:18:11 +0000 |
commit | ed2e3e751fd5f8ea663ad29592b3484d4df8910c (patch) | |
tree | 13bf1e58c2509ed4008b5f8fdf0532ce23a446a2 /ucbhelper | |
parent | 6f81e901ba889f5f9678ad7d3170c36faf4eb990 (diff) |
INTEGRATION: CWS ause069 (1.12.40); FILE MERGED
2006/11/28 14:43:25 hjs 1.12.40.1: #i70359# remove forced shell calls
Diffstat (limited to 'ucbhelper')
-rw-r--r-- | ucbhelper/util/makefile.mk | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/ucbhelper/util/makefile.mk b/ucbhelper/util/makefile.mk index 76d6b71bad14..ab1a08b614ff 100644 --- a/ucbhelper/util/makefile.mk +++ b/ucbhelper/util/makefile.mk @@ -4,9 +4,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.12 $ +# $Revision: 1.13 $ # -# last change: $Author: rt $ $Date: 2005-09-09 16:43:08 $ +# last change: $Author: obo $ $Date: 2007-01-25 12:18:11 $ # # The Contents of this file are made available subject to # the terms of GNU Lesser General Public License Version 2.1. @@ -77,5 +77,5 @@ DEF1DES= Universal Content Broker - Helpers $(MISC)$/$(SHL1TARGET).flt : ucbhelper.flt @echo ------------------------------ @echo Making: $@ - @+$(TYPE) ucbhelper.flt > $@ + @$(TYPE) ucbhelper.flt > $@ |