diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2006-08-14 15:22:19 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2006-08-14 15:22:19 +0000 |
commit | 9bc9f8a3c5bd9416878b074f15e5350be0eb2e74 (patch) | |
tree | 4189093f44ede83f808873963dc9a1cf3245f6a6 /scp2/macros/makefile.mk | |
parent | 14469261d182491cd6b3358c30576ae61dafc462 (diff) |
INTEGRATION: CWS ause061 (1.7.412); FILE MERGED
2006/07/12 13:09:53 hjs 1.7.412.1: #i67276# force overwriting
Diffstat (limited to 'scp2/macros/makefile.mk')
-rw-r--r-- | scp2/macros/makefile.mk | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/scp2/macros/makefile.mk b/scp2/macros/makefile.mk index 87528375508a..b8fc2ece576a 100644 --- a/scp2/macros/makefile.mk +++ b/scp2/macros/makefile.mk @@ -4,9 +4,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.7 $ +# $Revision: 1.8 $ # -# last change: $Author: rt $ $Date: 2005-09-09 01:16:32 $ +# last change: $Author: hr $ $Date: 2006-08-14 16:22:19 $ # # The Contents of this file are made available subject to # the terms of GNU Lesser General Public License Version 2.1. @@ -48,7 +48,8 @@ TARGET=macros COMPLETELANGISO_VAR:=$(uniq $(completelangiso) $(alllangiso)) .EXPORT : COMPLETELANGISO_VAR -CUSTOM_IMAGE_SETS:=$(CUSTOM_IMAGE_SETS) +# used here to force expanding before export +CUSTOM_IMAGE_SETS!:=$(CUSTOM_IMAGE_SETS) .EXPORT : CUSTOM_IMAGE_SETS ALLTAR : $(INCCOM)$/langmacros.inc $(INCCOM)$/images.inc |