aboutsummaryrefslogtreecommitdiff
path: root/share/timedef
diff options
context:
space:
mode:
Diffstat (limited to 'share/timedef')
-rw-r--r--share/timedef/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/share/timedef/Makefile b/share/timedef/Makefile
index 428e8067ae18..df16c038ba4c 100644
--- a/share/timedef/Makefile
+++ b/share/timedef/Makefile
@@ -208,9 +208,9 @@ SAME+= ko_KR.eucKR ko_KR.CP949 # legacy (same charset)
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