From ae7c273165ed1c843db3ff44a49dcb16c4d09ba1 Mon Sep 17 00:00:00 2001 From: wiz Date: Mon, 20 Oct 2008 20:44:49 +0000 Subject: Grammar fix in error message. --- mk/compiler.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'mk/compiler.mk') diff --git a/mk/compiler.mk b/mk/compiler.mk index 48860ab47f4..31b36be916d 100644 --- a/mk/compiler.mk +++ b/mk/compiler.mk @@ -1,4 +1,4 @@ -# $NetBSD: compiler.mk,v 1.67 2008/10/20 18:33:50 ahoka Exp $ +# $NetBSD: compiler.mk,v 1.68 2008/10/20 20:44:49 wiz Exp $ # # This Makefile fragment implements handling for supported C/C++/Fortran # compilers. @@ -184,7 +184,7 @@ fail-wrapper: .USE ${ECHO} '${ECHO} "$$msg" >> $$wrapperlog'; \ ${ECHO} '${ECHO} "$$msg" > ${WARNING_DIR}/${.TARGET:T}'; \ ${ECHO} '${ECHO} "PKGSRC-WARNING: Something is trying to run the $$lang compiler," 1>&2'; \ - ${ECHO} '${ECHO} "PKGSRC-WARNING: but its not added to USE_LANGUAGES in the package Makefile." 1>&2'; \ + ${ECHO} '${ECHO} "PKGSRC-WARNING: but it is not added to USE_LANGUAGES in the package Makefile." 1>&2'; \ ${ECHO} 'exit 1' ${RUN}${CHMOD} +x ${.TARGET} -- cgit v1.2.3