Kill one colon that shouldn't be.

This commit is contained in:
joerg 2014-03-13 01:50:50 +00:00
parent bd7cc621b8
commit a5e04a5e0f
1 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile.inc,v 1.3 2014/03/13 00:56:41 joerg Exp $
# $NetBSD: Makefile.inc,v 1.4 2014/03/13 01:50:50 joerg Exp $
.PATH: ${NETBSDSRCDIR}/sys/lib/libunwind
@ -7,5 +7,5 @@ SRCS+= libunwind.cxx \
INCS+= unwind.h
COPTS.libunwind.cxx+= ${${ACTIVE_CXX} == "gcc":? -std=c++0x : -std=c++11 :}
COPTS.libunwind.cxx+= ${${ACTIVE_CXX} == "gcc":? -std=c++0x : -std=c++11 }
COPTS.libunwind.cxx+= -funwind-tables -fno-rtti -fno-exceptions -fvisibility=hidden -Wno-old-style-cast