aboutsummaryrefslogtreecommitdiffstats
path: root/share/msgdef_unicode/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'share/msgdef_unicode/Makefile')
-rw-r--r--share/msgdef_unicode/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/share/msgdef_unicode/Makefile b/share/msgdef_unicode/Makefile
index c0bffc05ccc6..34f8b30ff733 100644
--- a/share/msgdef_unicode/Makefile
+++ b/share/msgdef_unicode/Makefile
@@ -96,9 +96,9 @@ SAME+= zh_TW.UTF-8 zh_HK.UTF-8
FILES= ${LOCALES:S/$/.out/}
CLEANFILES= ${FILES}
-DIRS+= SAMEDIRS
.for f t in ${SAME}
-SAMEDIRS+= ${LOCALEDIR}/$t
+DIRS+= LOCALEDIR_$t
+LOCALEDIR_$t= ${LOCALEDIR}/$t
SYMLINKS+= ../$f/${FILESNAME} \
${LOCALEDIR}/$t/${FILESNAME}
.endfor