summaryrefslogtreecommitdiff
path: root/tools/Makefile.gnuhost
diff options
context:
space:
mode:
authormaya <maya@NetBSD.org>2018-10-22 13:19:42 +0000
committermaya <maya@NetBSD.org>2018-10-22 13:19:42 +0000
commita8ee95c6b54665389eac69aa9ea33982f83ea975 (patch)
treef970dfbaca982f799206248fb8f6accbe3c0c94b /tools/Makefile.gnuhost
parent21203d263d6c0c1d6b8d11475954ce881181f6ab (diff)
Adjust whitespace to look more like assignment than comparison. NFC
Diffstat (limited to 'tools/Makefile.gnuhost')
-rw-r--r--tools/Makefile.gnuhost4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/Makefile.gnuhost b/tools/Makefile.gnuhost
index 318bf375d04..bc0381bca16 100644
--- a/tools/Makefile.gnuhost
+++ b/tools/Makefile.gnuhost
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.gnuhost,v 1.50 2018/10/21 00:26:24 christos Exp $
+# $NetBSD: Makefile.gnuhost,v 1.51 2018/10/22 13:19:42 maya Exp $
#
# Rules used when building a GNU host package. Expects MODULE to be set.
#
@@ -19,7 +19,7 @@
# Disable use of pre-compiled headers on Darwin.
BUILD_OSTYPE!= uname -s
-HOST_COMPILER_CLANG != if ${HOST_CC} --version | grep -q -s clang; then echo yes; else echo no; fi
+HOST_COMPILER_CLANG!= if ${HOST_CC} --version | grep -q -s clang; then echo yes; else echo no; fi
.if ${HOST_COMPILER_CLANG} == "yes"
HOST_CFLAGS+=-O2 -no-cpp-precomp
.endif