aboutsummaryrefslogtreecommitdiff
path: root/share/colldef
diff options
context:
space:
mode:
authorSimon J. Gerraty <sjg@FreeBSD.org>2013-01-23 00:49:05 +0000
committerSimon J. Gerraty <sjg@FreeBSD.org>2013-01-23 00:49:05 +0000
commit63478911d0911299395cd58b6eccd4cdd094f12a (patch)
tree6c8ff37b0d149db49a4081a0b455d29f71727b22 /share/colldef
parent0dfb7ef6ae79ca50ce3bc51b5c4c69aa9e9d5c99 (diff)
downloadsrc-63478911d0911299395cd58b6eccd4cdd094f12a.tar.gz
src-63478911d0911299395cd58b6eccd4cdd094f12a.zip
Include the target filename in SYMLINKS to avoid any confusion about
what is dirname and filename.
Notes
Notes: svn path=/projects/bmake/; revision=245831
Diffstat (limited to 'share/colldef')
-rw-r--r--share/colldef/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/share/colldef/Makefile b/share/colldef/Makefile
index 4b68f1e59a40..ab44994f181e 100644
--- a/share/colldef/Makefile
+++ b/share/colldef/Makefile
@@ -109,7 +109,7 @@ SYMLINKS=
.for enc2 in ${ENCODINGS}
.for lang_terr in ${${enc1}_${enc2}}
SYMLINKS+= ../${lang_terr:C/:.*$//}.${enc1}/${FILESNAME} \
- ${LOCALEDIR}/${lang_terr:C/^.*://}.${enc2}
+ ${LOCALEDIR}/${lang_terr:C/^.*://}.${enc2}/${FILESNAME}
.endfor
.endfor
.endfor