summaryrefslogtreecommitdiffstats
path: root/extensions/test/ole
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2007-02-06 11:59:51 +0000
committerVladimir Glazounov <vg@openoffice.org>2007-02-06 11:59:51 +0000
commit81e3696dc8be26b33bdee07a35852c6f16b70ab2 (patch)
tree6158d4047339899e0b4fffa77e0bdd2b3d16bae0 /extensions/test/ole
parentINTEGRATION: CWS ause074 (1.5.138); FILE MERGED (diff)
downloadcore-81e3696dc8be26b33bdee07a35852c6f16b70ab2.tar.gz
core-81e3696dc8be26b33bdee07a35852c6f16b70ab2.zip
INTEGRATION: CWS ause074 (1.4.158); FILE MERGED
2007/02/02 10:20:30 hjs 1.4.158.1: #i74085# avoid useless shell calls
Diffstat (limited to 'extensions/test/ole')
-rw-r--r--extensions/test/ole/unloading/makefile.mk8
1 files changed, 4 insertions, 4 deletions
diff --git a/extensions/test/ole/unloading/makefile.mk b/extensions/test/ole/unloading/makefile.mk
index 888b4b4cae48..bb86ef40fc41 100644
--- a/extensions/test/ole/unloading/makefile.mk
+++ b/extensions/test/ole/unloading/makefile.mk
@@ -4,9 +4,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.4 $
+# $Revision: 1.5 $
#
-# last change: $Author: vg $ $Date: 2006-05-24 13:35:39 $
+# last change: $Author: vg $ $Date: 2007-02-06 12:59:51 $
#
# The Contents of this file are made available subject to
# the terms of GNU Lesser General Public License Version 2.1.
@@ -69,10 +69,10 @@ LIBCIMT=MSVCPRTD.lib
# ALLTAR
# $(BINDIR) :
-# @+-$(MKDIR) $(BINDIR) >& $(NULLDEV)
+# @@-$(MKDIR) $(BINDIR)
# $(BINDIR)$/test.ini : .$/unloadtest.ini
-# +-$(GNUCOPY) .$/unloadtest.ini $(BINDIR)
+# -$(GNUCOPY) .$/unloadtest.ini $(BINDIR)
# --- Targets ------------------------------------------------------