summaryrefslogtreecommitdiff
path: root/scaddins
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2007-01-25 12:22:02 +0000
committerOliver Bolte <obo@openoffice.org>2007-01-25 12:22:02 +0000
commit14221bcac301dec824710da2592f0c480437e404 (patch)
treef24743a95a87d2cb599afc41e62cf1053066979b /scaddins
parent64be80b08dff6198a1c73df7ad1566b58de511bc (diff)
INTEGRATION: CWS ause069 (1.14.20); FILE MERGED
2007/01/10 21:43:59 hjs 1.14.20.2: RESYNC: (1.14-1.15); FILE MERGED 2006/12/01 17:28:25 hjs 1.14.20.1: #i70359# remove forced shell calls
Diffstat (limited to 'scaddins')
-rw-r--r--scaddins/source/analysis/makefile.mk8
1 files changed, 4 insertions, 4 deletions
diff --git a/scaddins/source/analysis/makefile.mk b/scaddins/source/analysis/makefile.mk
index fa599d53e9fc..4e6d4c19d5d6 100644
--- a/scaddins/source/analysis/makefile.mk
+++ b/scaddins/source/analysis/makefile.mk
@@ -4,9 +4,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.15 $
+# $Revision: 1.16 $
#
-# last change: $Author: ihi $ $Date: 2006-12-19 13:13:16 $
+# last change: $Author: obo $ $Date: 2007-01-25 13:22:02 $
#
# The Contents of this file are made available subject to
# the terms of GNU Lesser General Public License Version 2.1.
@@ -137,8 +137,8 @@ RESLIB1SRSFILES=\
.INCLUDE : target.mk
$(BIN)$/analysisadd.rdb: $(ALLIDLFILES)
- +$(IDLC) -I$(PRJ) -I$(SOLARIDLDIR) -O$(BIN) $?
- +$(REGMERGE) $@ /UCR $(BIN)$/{$(?:f:s/.idl/.urd/)}
+ $(IDLC) -I$(PRJ) -I$(SOLARIDLDIR) -O$(BIN) $?
+ $(REGMERGE) $@ /UCR $(BIN)$/{$(?:f:s/.idl/.urd/)}
touch $@