aboutsummaryrefslogtreecommitdiff
path: root/share/numericdef/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'share/numericdef/Makefile')
-rw-r--r--share/numericdef/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/share/numericdef/Makefile b/share/numericdef/Makefile
index f1047e9cb5d3..da04535aa4c9 100644
--- a/share/numericdef/Makefile
+++ b/share/numericdef/Makefile
@@ -125,9 +125,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