diff options
Diffstat (limited to 'scp2')
-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) |