summaryrefslogtreecommitdiff
path: root/extensions/source/activex/main/makefile.mk
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2007-01-25 11:13:59 +0000
committerOliver Bolte <obo@openoffice.org>2007-01-25 11:13:59 +0000
commitd1f83c92e527e6f618a0445ea133e20f73131bb6 (patch)
treebed33bf765a1f6d655d2b5a45573abd51c72ba6a /extensions/source/activex/main/makefile.mk
parentb079c92493a33db1f2ae7be09d52f63ada230376 (diff)
INTEGRATION: CWS ause069 (1.15.16); FILE MERGED
2006/11/24 15:08:19 hjs 1.15.16.1: #i70359# remove forced shell calls
Diffstat (limited to 'extensions/source/activex/main/makefile.mk')
-rw-r--r--extensions/source/activex/main/makefile.mk6
1 files changed, 3 insertions, 3 deletions
diff --git a/extensions/source/activex/main/makefile.mk b/extensions/source/activex/main/makefile.mk
index 9161ccaf2fdc..d8a3520a7bea 100644
--- a/extensions/source/activex/main/makefile.mk
+++ b/extensions/source/activex/main/makefile.mk
@@ -4,9 +4,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.15 $
+# $Revision: 1.16 $
#
-# last change: $Author: hr $ $Date: 2006-10-24 15:35:54 $
+# last change: $Author: obo $ $Date: 2007-01-25 12:13:59 $
#
# The Contents of this file are made available subject to
# the terms of GNU Lesser General Public License Version 2.1.
@@ -110,7 +110,7 @@ SHL1RES=$(RES)$/$(TARGET).res
.INCLUDE : target.mk
$(MISC)$/envsettings.h : makefile.mk
- +-$(RM) $@
+ -$(RM) $@
# it looks wrong; but rc likes it that way...
.IF "$(USE_SHELL)"!="4nt"
echo "#define MISC .\..\$(INPATH)\misc" > $@