diff options
author | RĂ¼diger Timm <rt@openoffice.org> | 2007-11-06 15:02:09 +0000 |
---|---|---|
committer | RĂ¼diger Timm <rt@openoffice.org> | 2007-11-06 15:02:09 +0000 |
commit | 52137a3ef6fa28928081ccc6a05e2379f384e52d (patch) | |
tree | 1637f498c9f1ab019228a0bba1163baef0399e1a /cppu/test | |
parent | cde1df7f462c811df6f08d20bf7a75e03aa593ed (diff) |
INTEGRATION: CWS execshellmacrogone (1.6.32); FILE MERGED
2007/10/24 08:46:28 rene 1.6.32.2: RESYNC: (1.6-1.7); FILE MERGED
2007/10/24 06:35:38 rene 1.6.32.1: #i79760# krs patches for supressing "Executing shell macro..." output
Diffstat (limited to 'cppu/test')
-rw-r--r-- | cppu/test/alignment/makefile.mk | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/cppu/test/alignment/makefile.mk b/cppu/test/alignment/makefile.mk index ccd9be1f0..831e3ba42 100644 --- a/cppu/test/alignment/makefile.mk +++ b/cppu/test/alignment/makefile.mk @@ -4,9 +4,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.7 $ +# $Revision: 1.8 $ # -# last change: $Author: vg $ $Date: 2007-10-15 12:20:45 $ +# last change: $Author: rt $ $Date: 2007-11-06 16:02:09 $ # # The Contents of this file are made available subject to # the terms of GNU Lesser General Public License Version 2.1. @@ -85,7 +85,7 @@ ALL: ALLDEP $(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)) + 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) |