Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/rump/net/lib/libnetbt Fix syntax for undefined HAVE_GCC.



details:   https://anonhg.NetBSD.org/src/rev/1949c866dba5
branches:  trunk
changeset: 791269:1949c866dba5
user:      joerg <joerg%NetBSD.org@localhost>
date:      Mon Nov 11 00:56:20 2013 +0000

description:
Fix syntax for undefined HAVE_GCC.

diffstat:

 sys/rump/net/lib/libnetbt/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 8f1e91e45f4e -r 1949c866dba5 sys/rump/net/lib/libnetbt/Makefile
--- a/sys/rump/net/lib/libnetbt/Makefile        Mon Nov 11 00:31:51 2013 +0000
+++ b/sys/rump/net/lib/libnetbt/Makefile        Mon Nov 11 00:56:20 2013 +0000
@@ -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 @@
        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



Home | Main Index | Thread Index | Old Index