aboutsummaryrefslogtreecommitdiff
path: root/tools/build/Makefile
diff options
context:
space:
mode:
authorEd Maste <emaste@FreeBSD.org>2022-01-15 21:20:24 +0000
committerEd Maste <emaste@FreeBSD.org>2022-01-22 19:03:07 +0000
commit6f6fbfa3a83578332f5605a97108ef28d6726c29 (patch)
treeb2834f3810f7f8fb3fedea319379593e193ec0fe /tools/build/Makefile
parent2075d00fabb6d6a76c4829b9e027a496f04262b0 (diff)
downloadsrc-6f6fbfa3a83578332f5605a97108ef28d6726c29.tar.gz
src-6f6fbfa3a83578332f5605a97108ef28d6726c29.zip
Remove quotes around Makefile .error/.warn/.info strings
The text after .error et al is emitted verbatim. Reviewed by: sjg Sponsored by: The FreeBSD Foundation Differential Revision: https://reviews.freebsd.org/D33904
Diffstat (limited to 'tools/build/Makefile')
-rw-r--r--tools/build/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/build/Makefile b/tools/build/Makefile
index b9eff032cb81..e39b418b744d 100644
--- a/tools/build/Makefile
+++ b/tools/build/Makefile
@@ -34,7 +34,7 @@ _MACOS_SDK_DIR=${_XCODE_ROOT}/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sd
.endif
HOST_INCLUDE_ROOT=${_MACOS_SDK_DIR}/usr/include
.if !exists(${HOST_INCLUDE_ROOT}/stdio.h)
-.error "You must install the macOS SDK (try xcode-select --install)"
+.error You must install the macOS SDK (try xcode-select --install)
.endif
.else
HOST_INCLUDE_ROOT=/usr/include