diff options
Diffstat (limited to 'lang/gcc47/Makefile')
-rw-r--r-- | lang/gcc47/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/gcc47/Makefile b/lang/gcc47/Makefile index ea7841c199be..3cc075c05434 100644 --- a/lang/gcc47/Makefile +++ b/lang/gcc47/Makefile @@ -143,7 +143,7 @@ pre-configure: @${MKDIR} ${CONFIGURE_WRKSRC} full-regression-test: build - cd ${WRKSRC}; export RUNTESTFLAGS='--target_board ''unix{-pthread}'''; ${GMAKE} -sk check + cd ${WRKSRC}; ${GMAKE} -sk check post-install: ${RM} -f ${PREFIX}/man/man7/fsf-funding.7 \ |