summaryrefslogtreecommitdiff
path: root/cli_ure
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2007-01-25 12:44:50 +0000
committerOliver Bolte <obo@openoffice.org>2007-01-25 12:44:50 +0000
commit440dcb299f739f4af2d4023b068f06f7a9ad85ab (patch)
treeeeaead6071da301613a6b64851e31d0169546cf8 /cli_ure
parent721aaaf6e183a7f3d84147cbe30ec0a7a1e98f72 (diff)
INTEGRATION: CWS ause069 (1.4.56); FILE MERGED
2006/10/18 17:10:16 hjs 1.4.56.1: #i70359# remove forced shell calls
Diffstat (limited to 'cli_ure')
-rw-r--r--cli_ure/workbench/dynload/makefile.mk6
1 files changed, 3 insertions, 3 deletions
diff --git a/cli_ure/workbench/dynload/makefile.mk b/cli_ure/workbench/dynload/makefile.mk
index 0f99970d1cb9..3962c9bc1a37 100644
--- a/cli_ure/workbench/dynload/makefile.mk
+++ b/cli_ure/workbench/dynload/makefile.mk
@@ -4,9 +4,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.4 $
+# $Revision: 1.5 $
#
-# last change: $Author: rt $ $Date: 2005-09-08 02:04:53 $
+# last change: $Author: obo $ $Date: 2007-01-25 13:44:50 $
#
# The Contents of this file are made available subject to
# the terms of GNU Lesser General Public License Version 2.1.
@@ -54,7 +54,7 @@ CSFILES = \
dynload.cs
$(OUT)$/bin$/dynload.exe : $(CSFILES)
- +$(CSC) $(CSCFLAGS) \
+ $(CSC) $(CSCFLAGS) \
-target:exe \
-out:$@ \
-reference:$(OUT)$/bin$/cli_ure.dll \