diff options
author | Kurt Zenker <kz@openoffice.org> | 2005-03-18 15:40:30 +0000 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2005-03-18 15:40:30 +0000 |
commit | 934fe4a877983f1da8bcb42fba060b86a2267be7 (patch) | |
tree | f6818b28d99ff5554734d8c6f2a0943c2774f356 /scp2/macros | |
parent | a333d120e2d0f8a9df9a77ea3b6f27b31a8715d5 (diff) |
INTEGRATION: CWS ause024 (1.5.26); FILE MERGED
2005/03/16 14:43:51 hjs 1.5.26.1: #i43704# include languages present in WITH_LANG only
Diffstat (limited to 'scp2/macros')
-rw-r--r-- | scp2/macros/makefile.mk | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/scp2/macros/makefile.mk b/scp2/macros/makefile.mk index 6a9516b8ad93..3d7336632317 100644 --- a/scp2/macros/makefile.mk +++ b/scp2/macros/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.5 $ +# $Revision: 1.6 $ # -# last change: $Author: kz $ $Date: 2005-03-01 13:26:01 $ +# last change: $Author: kz $ $Date: 2005-03-18 16:40:30 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -72,7 +72,7 @@ TARGET=macros .INCLUDE : target.mk # force expanding -COMPLETELANGISO_VAR:=$(completelangiso) +COMPLETELANGISO_VAR:=$(uniq $(completelangiso) $(alllangiso)) .EXPORT : COMPLETELANGISO_VAR CUSTOM_IMAGE_SETS:=$(CUSTOM_IMAGE_SETS) |