diff options
author | obrien <obrien@FreeBSD.org> | 2012-07-18 05:57:42 +0000 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 2012-07-18 05:57:42 +0000 |
commit | b743269ac61cb0656d57b001015835a3f677b3b7 (patch) | |
tree | dadbefd2e21cd393c35874c1174126594ee32d4c /gnu | |
parent | 624703592027543138f5644e18a95181fa9de7ab (diff) | |
download | FreeBSD-src-b743269ac61cb0656d57b001015835a3f677b3b7.zip FreeBSD-src-b743269ac61cb0656d57b001015835a3f677b3b7.tar.gz |
a ";" tells make we want the shell to be used
Submitted by: Simon Gerraty <sjg@juniper.net>
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/usr.bin/groff/tmac/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/usr.bin/groff/tmac/Makefile b/gnu/usr.bin/groff/tmac/Makefile index e7b96a5..f6e09c7 100644 --- a/gnu/usr.bin/groff/tmac/Makefile +++ b/gnu/usr.bin/groff/tmac/Makefile @@ -68,7 +68,7 @@ beforeinstall: cd ${.CURDIR}; \ ${INSTALL} -o ${TMACOWN} -g ${TMACGRP} -m ${TMACMODE} \ koi8-r.tmac hyphen.ru ${DESTDIR}${TMACDIR} - cd ${.OBJDIR} + cd ${.OBJDIR}; .for f in ${STRIPFILES} ${SPECIALFILES} ${INSTALL} -o ${TMACOWN} -g ${TMACGRP} -m ${TMACMODE} \ $f-s ${DESTDIR}${TMACDIR}/$f |