Module Name:    src
Committed By:   joerg
Date:           Mon Nov 11 00:56:20 UTC 2013

Modified Files:
        src/sys/rump/net/lib/libnetbt: Makefile

Log Message:
Fix syntax for undefined HAVE_GCC.


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/sys/rump/net/lib/libnetbt/Makefile

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

Modified files:

Index: src/sys/rump/net/lib/libnetbt/Makefile
diff -u src/sys/rump/net/lib/libnetbt/Makefile:1.2 src/sys/rump/net/lib/libnetbt/Makefile:1.3
--- src/sys/rump/net/lib/libnetbt/Makefile:1.2	Thu Nov  7 21:30:58 2013
+++ src/sys/rump/net/lib/libnetbt/Makefile	Mon Nov 11 00:56:20 2013
@@ -1,4 +1,4 @@
-#	$NetBSD: Makefile,v 1.2 2013/11/07 21:30:58 christos Exp $
+#	$NetBSD: Makefile,v 1.3 2013/11/11 00:56:20 joerg Exp $
 #
 
 .include <bsd.own.mk>
@@ -15,7 +15,7 @@ SRCS=	bt_proto.c bt_sysctl.c						\
 	rfcomm_dlc.c rfcomm_session.c rfcomm_socket.c rfcomm_upper.c	\
 	sco_socket.c sco_upper.c
 
-.if ${HAVE_GCC} && ${HAVE_GCC} == 48
+.if ${HAVE_GCC:U} == "48"
 .if ${MACHINE_ARCH} == "sh3eb" || ${MACHINE_ARCH} == "sh3el"
 COPTS.l2cap_signal.c=	-O0
 .endif

Reply via email to