summaryrefslogtreecommitdiff
path: root/lang/gcc33
diff options
context:
space:
mode:
Diffstat (limited to 'lang/gcc33')
-rw-r--r--lang/gcc33/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/lang/gcc33/Makefile b/lang/gcc33/Makefile
index 7390cfade652..fb4052bd7d72 100644
--- a/lang/gcc33/Makefile
+++ b/lang/gcc33/Makefile
@@ -96,9 +96,9 @@ check: build
post-install:
# man pages can only be generated if Perl >= 5.6 is installed, so
# fake them on 4.x systems.
-.for mp in ${_MANPAGES}
- ( ${TEST} -e ${mp} || ${TOUCH} ${TOUCH_FLAGS} ${mp} )
-.endfor
+ for mp in ${_MANPAGES}; do \
+ ${TEST} -e $${mp} || ${TOUCH} ${TOUCH_FLAGS} $${mp}; \
+ done
@(for prog in \
${TARGLIB}/cc1 ${TARGLIB}/cc1obj ${TARGLIB}/cc1plus \
${TARGLIB}/collect2 ${TARGLIB}/f771 ; \