diff options
| author | Ruslan Ermilov <ru@FreeBSD.org> | 2001-04-19 09:10:53 +0000 |
|---|---|---|
| committer | Ruslan Ermilov <ru@FreeBSD.org> | 2001-04-19 09:10:53 +0000 |
| commit | 9ba4bc8edebdb1a5c867297ef2cd42e2ee1d6e63 (patch) | |
| tree | 0dfe1391c955cb32510f63d8c1bbdbc1f725e14f | |
| parent | 94df9754e50ec76fcb71170d2e6ecfcaf385fe2f (diff) | |
Notes
| -rw-r--r-- | gnu/usr.bin/groff/tmac/Makefile | 2 |
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 |
