aboutsummaryrefslogtreecommitdiff
path: root/gnu/usr.bin
diff options
context:
space:
mode:
authorRuslan Ermilov <ru@FreeBSD.org>2001-04-19 09:10:53 +0000
committerRuslan Ermilov <ru@FreeBSD.org>2001-04-19 09:10:53 +0000
commit9ba4bc8edebdb1a5c867297ef2cd42e2ee1d6e63 (patch)
tree0dfe1391c955cb32510f63d8c1bbdbc1f725e14f /gnu/usr.bin
parent94df9754e50ec76fcb71170d2e6ecfcaf385fe2f (diff)
downloadsrc-9ba4bc8edebdb1a5c867297ef2cd42e2ee1d6e63.tar.gz
src-9ba4bc8edebdb1a5c867297ef2cd42e2ee1d6e63.zip
Work around the problem in multi-job make(1).
(Fixes ``make -jN buildworld'' breakage in bootstrap-tools.) Reported by: Steve Kargl <sgk@troutmask.apl.washington.edu>
Notes
Notes: svn path=/head/; revision=75695
Diffstat (limited to 'gnu/usr.bin')
-rw-r--r--gnu/usr.bin/groff/tmac/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/gnu/usr.bin/groff/tmac/Makefile b/gnu/usr.bin/groff/tmac/Makefile
index 8b9de6e25ac4..9f55232a7bc1 100644
--- a/gnu/usr.bin/groff/tmac/Makefile
+++ b/gnu/usr.bin/groff/tmac/Makefile
@@ -58,6 +58,8 @@ beforeinstall:
cd ${.CURDIR}; \
${INSTALL} ${COPY} -o ${TMACOWN} -g ${TMACGRP} -m ${TMACMODE} \
hyphen.us-ru ${DESTDIR}${TMACDIR}
+# XXX: multi-job make chokes without this
+ cd ${.OBJDIR}
.for f in ${STRIPFILES} ${SPECIALFILES}
${INSTALL} ${COPY} -o ${TMACOWN} -g ${TMACGRP} -m ${TMACMODE} \
$f-s ${DESTDIR}${TMACDIR}/$f