summaryrefslogtreecommitdiff
path: root/udkapi/prj
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2007-01-25 11:38:46 +0000
committerOliver Bolte <obo@openoffice.org>2007-01-25 11:38:46 +0000
commit5c4f87fa7c89e5cab847b6909e600a683350dd02 (patch)
treee15870089b07c12ae463fb6ad222a516abb9f3da /udkapi/prj
parent04380e5f418d6424b036925c10ad20b4ace55a13 (diff)
INTEGRATION: CWS ause069 (1.5.42); FILE MERGED
2006/12/01 17:36:36 hjs 1.5.42.1: #i70359# remove forced shell calls
Diffstat (limited to 'udkapi/prj')
-rw-r--r--udkapi/prj/makefile.mk8
1 files changed, 4 insertions, 4 deletions
diff --git a/udkapi/prj/makefile.mk b/udkapi/prj/makefile.mk
index 025336bdc3b6..012cd191ba9c 100644
--- a/udkapi/prj/makefile.mk
+++ b/udkapi/prj/makefile.mk
@@ -4,9 +4,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.5 $
+# $Revision: 1.6 $
#
-# last change: $Author: rt $ $Date: 2005-09-09 16:43:36 $
+# last change: $Author: obo $ $Date: 2007-01-25 12:38:32 $
#
# The Contents of this file are made available subject to
# the terms of GNU Lesser General Public License Version 2.1.
@@ -63,7 +63,7 @@ INCLUDES= \
.INCLUDE: $(INCLUDES)
out$/$(PRJNAME).rdb:: $(ALLIDLFILES)
- +unoidl @$(mktmp -I$(PRJ) -Burd -OHout $(ALLIDLFILES:+"\n"))
- +regmerge @$(mktmp $@ /UCR out$/{$(?:f:s/.idl/.urd/:+"\n")} )
+ unoidl @$(mktmp -I$(PRJ) -Burd -OHout $(ALLIDLFILES:+"\n"))
+ regmerge @$(mktmp $@ /UCR out$/{$(?:f:s/.idl/.urd/:+"\n")} )
touch $@