summaryrefslogtreecommitdiff
path: root/mk/compiler.mk
diff options
context:
space:
mode:
authorwiz <wiz>2008-10-20 20:44:49 +0000
committerwiz <wiz>2008-10-20 20:44:49 +0000
commitae7c273165ed1c843db3ff44a49dcb16c4d09ba1 (patch)
treea3e1cde89542aac5a5822e16cc174ae34b913150 /mk/compiler.mk
parent088ae145144b96cf0e6acaea31017662b86d836c (diff)
downloadpkgsrc-ae7c273165ed1c843db3ff44a49dcb16c4d09ba1.tar.gz
Grammar fix in error message.
Diffstat (limited to 'mk/compiler.mk')
-rw-r--r--mk/compiler.mk4
1 files changed, 2 insertions, 2 deletions
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}