summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorHiroki Sato <hrs@FreeBSD.org>2020-12-07 04:45:29 +0000
committerHiroki Sato <hrs@FreeBSD.org>2020-12-07 04:45:29 +0000
commit6c9838ca719b9b7754c2ade0aa5eecf91c7963ae (patch)
tree103c975de70efdeec5c7cc1b93612c1f4c5de504 /tools
parente574d407ae788866bf980048766346fc280840d9 (diff)
downloadsrc-test2-6c9838ca719b9b7754c2ade0aa5eecf91c7963ae.tar.gz
src-test2-6c9838ca719b9b7754c2ade0aa5eecf91c7963ae.zip
Fix the source directory when installing the results. The install
target did not install them actually. Spotted by: Thomas Munro, bapt, yuripv
Notes
Notes: svn path=/head/; revision=368404
Diffstat (limited to 'tools')
-rw-r--r--tools/tools/locale/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/tools/locale/Makefile b/tools/tools/locale/Makefile
index 51de1868a52e..a3913b46fbdb 100644
--- a/tools/tools/locale/Makefile
+++ b/tools/tools/locale/Makefile
@@ -95,6 +95,7 @@ install: install-${t}
install-${t}:
cd ${LOCALESRCDIR}/${t} && \
rm -f Makefile *.src && \
+ cd ${.OBJDIR} && \
install -c ${t}/* ${LOCALESRCDIR}/${t}
. endif
.endfor