Module Name:    src
Committed By:   joerg
Date:           Wed Mar 12 01:49:58 UTC 2014

Modified Files:
        src/share/mk: bsd.own.mk

Log Message:
Add quotes.


To generate a diff of this commit:
cvs rdiff -u -r1.785 -r1.786 src/share/mk/bsd.own.mk

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

Modified files:

Index: src/share/mk/bsd.own.mk
diff -u src/share/mk/bsd.own.mk:1.785 src/share/mk/bsd.own.mk:1.786
--- src/share/mk/bsd.own.mk:1.785	Wed Mar 12 00:07:33 2014
+++ src/share/mk/bsd.own.mk	Wed Mar 12 01:49:58 2014
@@ -1,4 +1,4 @@
-#	$NetBSD: bsd.own.mk,v 1.785 2014/03/12 00:07:33 joerg Exp $
+#	$NetBSD: bsd.own.mk,v 1.786 2014/03/12 01:49:58 joerg Exp $
 
 # This needs to be before bsd.init.mk
 .if defined(BSD_MK_COMPAT_FILE)
@@ -100,7 +100,7 @@ HAVE_LIBGCC?=	yes
 
 _LIBC_UNWIND_SUPPORT.i386=	yes
 _LIBC_UNWIND_SUPPORT.x86_64=	yes
-.if ${MKLLVM:Uno} == "yes" && ${_LIBC_UNWIND_SUPPORT.${MACHINE_ARCH}:Uno} == yes
+.if ${MKLLVM:Uno} == "yes" && ${_LIBC_UNWIND_SUPPORT.${MACHINE_ARCH}:Uno} == "yes"
 HAVE_LIBGCC_EH?=	no
 .else
 HAVE_LIBGCC_EH?=	yes

Reply via email to