diff options
author | Oliver Bolte <obo@openoffice.org> | 2007-01-25 11:38:46 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2007-01-25 11:38:46 +0000 |
commit | bccada5fbc787f3011d616a64b88e50262ac3af4 (patch) | |
tree | 3d39c482e7713a689031a4eba437ac1285009c8e /udkapi/prj | |
parent | 5dcd9650226ef0301e2e8547b500d47527a65649 (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.mk | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/udkapi/prj/makefile.mk b/udkapi/prj/makefile.mk index 025336bdc..012cd191b 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 $@ |