diff options
author | Oliver Bolte <obo@openoffice.org> | 2007-01-25 12:50:43 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2007-01-25 12:50:43 +0000 |
commit | 17c9e6d8210e1800d28c24412e94989d567d3d3e (patch) | |
tree | ad439e8d1edceb9195d5c6ed5fb5ad11c8ec4b00 /basebmp | |
parent | 2f1f99643dea01f5e26b4678d782da72781fa1fe (diff) |
INTEGRATION: CWS ause069 (1.2.6); FILE MERGED
2006/10/18 17:09:43 hjs 1.2.6.1: #i70359# remove forced shell calls
Diffstat (limited to 'basebmp')
-rw-r--r-- | basebmp/util/makefile.mk | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/basebmp/util/makefile.mk b/basebmp/util/makefile.mk index 5aa760bc87c6..8bf8a9945122 100644 --- a/basebmp/util/makefile.mk +++ b/basebmp/util/makefile.mk @@ -4,9 +4,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.2 $ +# $Revision: 1.3 $ # -# last change: $Author: thb $ $Date: 2006-05-31 10:12:13 $ +# last change: $Author: obo $ $Date: 2007-01-25 13:50:43 $ # # The Contents of this file are made available subject to # the terms of GNU Lesser General Public License Version 2.1. @@ -70,5 +70,5 @@ DEFLIB1NAME =basebmp .INCLUDE : target.mk $(MISC)$/$(SHL1TARGET).flt : makefile.mk - @+$(TYPE) $(TARGET).flt > $@ + @$(TYPE) $(TARGET).flt > $@ |