From 560a496a8b7b53e66098aab6b252a5c1b5db245a Mon Sep 17 00:00:00 2001 From: Gerald Pfeifer Date: Fri, 10 Dec 2004 10:53:43 +0000 Subject: [PATCH] Add missing quote in post-build target (which is a real bug, but had not triggered any problem before). PR: 74901 Submitted by: Pasi Hirvonen --- lang/gcc-ooo/Makefile | 2 +- lang/gcc34/Makefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lang/gcc-ooo/Makefile b/lang/gcc-ooo/Makefile index 2dd45cfaafcd..4cddedeef713 100644 --- a/lang/gcc-ooo/Makefile +++ b/lang/gcc-ooo/Makefile @@ -109,7 +109,7 @@ pre-configure: @${MKDIR} ${CONFIGURE_WRKSRC} post-build: - @${ECHO_MSG} "Consider running 'make check' before 'make install', especially + @${ECHO_MSG} "Consider running 'make check' before 'make install', especially" @${ECHO_MSG} "if you have not performed this build on -STABLE or -CURRENT." @${ECHO_MSG} "This assumes that you have the dejagnu port installed." diff --git a/lang/gcc34/Makefile b/lang/gcc34/Makefile index 2dd45cfaafcd..4cddedeef713 100644 --- a/lang/gcc34/Makefile +++ b/lang/gcc34/Makefile @@ -109,7 +109,7 @@ pre-configure: @${MKDIR} ${CONFIGURE_WRKSRC} post-build: - @${ECHO_MSG} "Consider running 'make check' before 'make install', especially + @${ECHO_MSG} "Consider running 'make check' before 'make install', especially" @${ECHO_MSG} "if you have not performed this build on -STABLE or -CURRENT." @${ECHO_MSG} "This assumes that you have the dejagnu port installed."