diff options
author | Oliver Bolte <obo@openoffice.org> | 2007-01-25 11:34:03 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2007-01-25 11:34:03 +0000 |
commit | 04380e5f418d6424b036925c10ad20b4ace55a13 (patch) | |
tree | 317e30ceecae6f28e7079e554e2c05233ff7d170 /cppu/test/alignment/makefile.mk | |
parent | fab06bbb8df9cb6026ad80fdcdba34b43fc8ee2d (diff) |
INTEGRATION: CWS ause069 (1.4.78); FILE MERGED
2006/11/24 14:50:21 hjs 1.4.78.1: #i70359# remove forced shell calls
Diffstat (limited to 'cppu/test/alignment/makefile.mk')
-rw-r--r-- | cppu/test/alignment/makefile.mk | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/cppu/test/alignment/makefile.mk b/cppu/test/alignment/makefile.mk index a937754c2d11..af600bfcee40 100644 --- a/cppu/test/alignment/makefile.mk +++ b/cppu/test/alignment/makefile.mk @@ -4,9 +4,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.4 $ +# $Revision: 1.5 $ # -# last change: $Author: rt $ $Date: 2005-09-08 09:00:49 $ +# last change: $Author: obo $ $Date: 2007-01-25 12:34:03 $ # # The Contents of this file are made available subject to # the terms of GNU Lesser General Public License Version 2.1. @@ -86,8 +86,8 @@ ALL: ALLDEP .INCLUDE : target.mk $(MISC)$/pass2.cxx: $(APP1TARGETN) - +regmerge $(UNOUCRRDB) / $(merge_rdb) - +cppumaker @$(mktmp $(CPPUMAKERFLAGS) -BUCR -O$(UNOUCROUT) $(foreach,c,$(shell $(APP1TARGETN) -env:UNO_TYPES={$(subst,\,\\ $(UNOUCRRDB))} $(subst,\,\\ $(MISC)$/pass2.cxx) dump_types) -T$c) $(UNOUCRRDB)) + regmerge $(UNOUCRRDB) / $(merge_rdb) + cppumaker @$(mktmp $(CPPUMAKERFLAGS) -BUCR -O$(UNOUCROUT) $(foreach,c,$(shell $(APP1TARGETN) -env:UNO_TYPES={$(subst,\,\\ $(UNOUCRRDB))} $(subst,\,\\ $(MISC)$/pass2.cxx) dump_types) -T$c) $(UNOUCRRDB)) execute_pass2: $(APP2TARGETN) $(APP2TARGETN) |