diff options
author | obo <obo@openoffice.org> | 2010-06-25 12:25:28 +0200 |
---|---|---|
committer | obo <obo@openoffice.org> | 2010-06-25 12:25:28 +0200 |
commit | 9345119d4da6dea75c3aa0bfa167f2c16b544864 (patch) | |
tree | 0cc2fdbd29a66d41a2536e3e09d5a2b9be1471f8 /instsetoo_native/util | |
parent | 9007f7daac4b78d38b1c7fcf8795f1f167b1d8fe (diff) |
masterfix: #i10000#,#i111617# instsetoo_native: order of dependency rule to archive format
Notes
Notes:
split repo tag: bootstrap_ooo/DEV300_m84
Diffstat (limited to 'instsetoo_native/util')
-rw-r--r-- | instsetoo_native/util/makefile.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/instsetoo_native/util/makefile.mk b/instsetoo_native/util/makefile.mk index 885fba22411b..72f4262b1c4e 100644 --- a/instsetoo_native/util/makefile.mk +++ b/instsetoo_native/util/makefile.mk @@ -172,6 +172,7 @@ ADDDEPS+=hack_msitemplates .ENDIF $(foreach,i,$(alllangiso) openoffice_$i) : $(ADDDEPS) +openoffice_$(defaultlangiso).archive : $(ADDDEPS) $(foreach,i,$(alllangiso) openofficedev_$i) : $(ADDDEPS) |