summaryrefslogtreecommitdiff
path: root/cppuhelper/unotypes
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2007-01-25 11:08:17 +0000
committerOliver Bolte <obo@openoffice.org>2007-01-25 11:08:17 +0000
commitb164c0ef278bc0593d5b99033e0357d02e59c358 (patch)
treeffc30ff08143259daf88f9eb97bdf99bfe7e369d /cppuhelper/unotypes
parent221498a217e74a3d1c0b74747051566d7d292993 (diff)
INTEGRATION: CWS ause069 (1.4.52); FILE MERGED
2006/10/18 17:10:24 hjs 1.4.52.1: #i70359# remove forced shell calls
Diffstat (limited to 'cppuhelper/unotypes')
-rw-r--r--cppuhelper/unotypes/makefile.mk8
1 files changed, 4 insertions, 4 deletions
diff --git a/cppuhelper/unotypes/makefile.mk b/cppuhelper/unotypes/makefile.mk
index ca6db434ad22..7de1fcf7ae01 100644
--- a/cppuhelper/unotypes/makefile.mk
+++ b/cppuhelper/unotypes/makefile.mk
@@ -4,9 +4,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.4 $
+# $Revision: 1.5 $
#
-# last change: $Author: rt $ $Date: 2006-01-10 15:50:40 $
+# last change: $Author: obo $ $Date: 2007-01-25 12:08:17 $
#
# The Contents of this file are made available subject to
# the terms of GNU Lesser General Public License Version 2.1.
@@ -55,6 +55,6 @@ ALLIDLFILES = \
.INCLUDE : target.mk
$(UNOUCRRDB) : $(ALLIDLFILES) $(SOLARBINDIR)$/types.rdb
- +$(IDLC) -I. -I$(SOLARIDLDIR) -O$(UCR) $(ALLIDLFILES)
- +$(REGMERGE) $@ /UCR $(UCR)$/{$(?:f:s/.idl/.urd/)}
+ $(IDLC) -I. -I$(SOLARIDLDIR) -O$(UCR) $(ALLIDLFILES)
+ $(REGMERGE) $@ /UCR $(UCR)$/{$(?:f:s/.idl/.urd/)}
touch $@