diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2005-12-28 17:03:17 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2005-12-28 17:03:17 +0000 |
commit | e6e1b1d3a42a82fe1182b38f4ae51129ed598914 (patch) | |
tree | 33983b9205573f42c18289f921b410d8a58eb8d1 /instsetoo_native | |
parent | 0177f40c576aaac25042f9c303acf27fb5ed3b04 (diff) |
INTEGRATION: CWS jsc2 (1.48.20); FILE MERGED
2005/12/19 12:08:23 jsc 1.48.20.1: #i59480# build only English SDK - sdkoo_en-US
Diffstat (limited to 'instsetoo_native')
-rw-r--r-- | instsetoo_native/util/makefile.mk | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/instsetoo_native/util/makefile.mk b/instsetoo_native/util/makefile.mk index cdb3af5183d6..c1e58d2f9669 100644 --- a/instsetoo_native/util/makefile.mk +++ b/instsetoo_native/util/makefile.mk @@ -4,9 +4,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.50 $ +# $Revision: 1.51 $ # -# last change: $Author: obo $ $Date: 2005-12-22 12:53:58 $ +# last change: $Author: hr $ $Date: 2005-12-28 18:03:17 $ # # The Contents of this file are made available subject to # the terms of GNU Lesser General Public License Version 2.1. @@ -103,7 +103,7 @@ ALLTAR : $(LOCALPYFILES) @echo "No EPM: do no packaging at this stage" .ELSE # "$(GUI)"!="WNT" && "$(EPM)"=="NO" && "$(USE_PACKAGER)"=="" .IF "$(UPDATER)"=="" || "$(USE_PACKAGER)"=="" -ALLTAR : openoffice sdkoo ure_en-US +ALLTAR : openoffice sdkoo_en-US ure_en-US .ELSE # "$(UPDATER)"=="" || "$(USE_PACKAGER)"=="" ALLTAR : updatepack .ENDIF # "$(UPDATER)"=="" || "$(USE_PACKAGER)"=="" |