summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2006-07-13 11:08:18 +0000
committerOliver Bolte <obo@openoffice.org>2006-07-13 11:08:18 +0000
commit579c33557349a45f41453f17ea57a043b71a4f82 (patch)
tree4b3e171c1c42a4838883564f5517fcd436d9a89b
parentd6e001395f271678bf54f09524c14266f937f141 (diff)
INTEGRATION: CWS pathoptions01 (1.27.242); FILE MERGED
2006/07/11 10:06:45 mav 1.27.242.2: RESYNC: (1.27-1.28); FILE MERGED 2006/07/06 10:19:28 hjs 1.27.242.1: #137804# make zip*alllangiso overideable for not forcing all case
-rw-r--r--solenv/inc/tg_zip.mk6
1 files changed, 3 insertions, 3 deletions
diff --git a/solenv/inc/tg_zip.mk b/solenv/inc/tg_zip.mk
index 3b2ba89f11f3..b9524411849f 100644
--- a/solenv/inc/tg_zip.mk
+++ b/solenv/inc/tg_zip.mk
@@ -4,9 +4,9 @@
#
# $RCSfile: tg_zip.mk,v $
#
-# $Revision: 1.28 $
+# $Revision: 1.29 $
#
-# last change: $Author: kz $ $Date: 2006-07-05 21:59:47 $
+# last change: $Author: obo $ $Date: 2006-07-13 12:08:18 $
#
# The Contents of this file are made available subject to
# the terms of GNU Lesser General Public License Version 2.1.
@@ -60,7 +60,7 @@ zip$(TNR)langdirs:=$(subst,CVS, $(shell +-dir {$(subst,$/$(LANGDIR), $(ZIP$(TNR)
.IF "$(ZIP$(TNR)FORCEALLLANG)"!=""
zip$(TNR)alllangiso:=$(foreach,i,$(completelangiso) $(foreach,j,$(zip$(TNR)langdirs) $(eq,$i,$j $i $(NULL))))
.ELSE # "$(ZIP$(TNR)ALLLANG)" != ""
-zip$(TNR)alllangiso:=$(foreach,i,$(alllangiso) $(foreach,j,$(zip$(TNR)langdirs) $(eq,$i,$j $i $(NULL))))
+zip$(TNR)alllangiso*:=$(foreach,i,$(alllangiso) $(foreach,j,$(zip$(TNR)langdirs) $(eq,$i,$j $i $(NULL))))
.ENDIF # "$(ZIP$(TNR)ALLLANG)" != ""
.ENDIF # "$(ZIP$(TNR)TARGET)"!=""