Module Name:    src
Committed By:   maya
Date:           Mon Oct 22 13:19:42 UTC 2018

Modified Files:
        src/tools: Makefile.gnuhost

Log Message:
Adjust whitespace to look more like assignment than comparison. NFC


To generate a diff of this commit:
cvs rdiff -u -r1.50 -r1.51 src/tools/Makefile.gnuhost

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/tools/Makefile.gnuhost
diff -u src/tools/Makefile.gnuhost:1.50 src/tools/Makefile.gnuhost:1.51
--- src/tools/Makefile.gnuhost:1.50	Sun Oct 21 00:26:24 2018
+++ src/tools/Makefile.gnuhost	Mon Oct 22 13:19:42 2018
@@ -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

Reply via email to