Source-Changes-HG archive

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

[src/trunk]: src/lib/libexecinfo don't kill the existing includes



details:   https://anonhg.NetBSD.org/src/rev/40aa5c5bbcb6
branches:  trunk
changeset: 333189:40aa5c5bbcb6
user:      christos <christos%NetBSD.org@localhost>
date:      Wed Oct 22 19:29:31 2014 +0000

description:
don't kill the existing includes

diffstat:

 lib/libexecinfo/Makefile |  6 ++----
 1 files changed, 2 insertions(+), 4 deletions(-)

diffs (27 lines):

diff -r 4e3ed84c6bc2 -r 40aa5c5bbcb6 lib/libexecinfo/Makefile
--- a/lib/libexecinfo/Makefile  Wed Oct 22 16:54:13 2014 +0000
+++ b/lib/libexecinfo/Makefile  Wed Oct 22 19:29:31 2014 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2014/10/22 16:30:21 christos Exp $
+# $NetBSD: Makefile,v 1.7 2014/10/22 19:29:31 christos Exp $
 
 .include <bsd.own.mk>
 
@@ -6,7 +6,7 @@
 USE_UNWIND=yes
 WARNS?=4
 INCSDIR=/usr/include
-INCS=execinfo.h
+INCS=execinfo.h unwind.h
 
 #CPPFLAGS+='-D__RCSID(a)=' -D_GNU_SOURCE '-D__printflike(a,b)='
 #CPPFLAGS+=-I/usr/include/libelf
@@ -27,8 +27,6 @@
 SRCS+=builtin.c
 .endif
 
-INCS=unwind.h
-
 MLINKS+= backtrace.3 backtrace_symbols.3
 MLINKS+= backtrace.3 backtrace_symbols_fmt.3
 MLINKS+= backtrace.3 backtrace_symbols_fd.3



Home | Main Index | Thread Index | Old Index