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 | 27b9afa066637f73af863c12343ea0b31b1b4c71 (patch) | |
tree | fdefa5a57ba89c84bae1d47f519da2756a117e68 | |
parent | 81856fd35e70b5ef35a9ef05f2dea2761556d207 (diff) |
masterfix: #i10000#,#i111617# instsetoo_native: order of dependency rule to archive formatooo/DEV300_m84
-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 885fba224..72f4262b1 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) |