diff options
author | Oliver Bolte <obo@openoffice.org> | 2007-01-25 12:33:11 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2007-01-25 12:33:11 +0000 |
commit | 282002c5f438b0b4facd074f5cee4d09a9957985 (patch) | |
tree | 41a6ec3afb1a5e06e4d6345be5c30a2b8a99f2d8 /stoc/test/excomp | |
parent | f7e847a22cb6d26eecd41489500bb41615ff40cd (diff) |
INTEGRATION: CWS ause069 (1.4.44); FILE MERGED
2006/11/28 15:02:43 hjs 1.4.44.1: #i70359# remove forced shell calls
Diffstat (limited to 'stoc/test/excomp')
-rw-r--r-- | stoc/test/excomp/makefile.mk | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/stoc/test/excomp/makefile.mk b/stoc/test/excomp/makefile.mk index dffd5f486311..ad89884fa54c 100644 --- a/stoc/test/excomp/makefile.mk +++ b/stoc/test/excomp/makefile.mk @@ -4,9 +4,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.4 $ +# $Revision: 1.5 $ # -# last change: $Author: rt $ $Date: 2005-09-08 08:26:20 $ +# last change: $Author: obo $ $Date: 2007-01-25 13:33:11 $ # # The Contents of this file are made available subject to # the terms of GNU Lesser General Public License Version 2.1. @@ -133,8 +133,8 @@ ALL: ALLDEP .INCLUDE : target.mk $(BIN)$/excomp.rdb: $(ALLIDLFILES) - +idlc -I$(PRJ) -I$(SOLARIDLDIR) -O$(MISC)$/excomp $? - +regmerge $@ /UCR $(MISC)$/excomp$/{$(?:f:s/.idl/.urd/)} - +regmerge $@ / $(SOLARBINDIR)$/udkapi.rdb + idlc -I$(PRJ) -I$(SOLARIDLDIR) -O$(MISC)$/excomp $? + regmerge $@ /UCR $(MISC)$/excomp$/{$(?:f:s/.idl/.urd/)} + regmerge $@ / $(SOLARBINDIR)$/udkapi.rdb touch $@ |