From d6844ac5b37d68c4191e55ba1b6b14aaa104eb7c Mon Sep 17 00:00:00 2001 From: "David E. O'Brien" Date: Wed, 18 Jul 2012 05:57:42 +0000 Subject: [PATCH] a ";" tells make we want the shell to be used Submitted by: Simon Gerraty --- gnu/usr.bin/groff/tmac/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gnu/usr.bin/groff/tmac/Makefile b/gnu/usr.bin/groff/tmac/Makefile index e7b96a5e3d0..f6e09c769d0 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