Source-Changes-HG archive

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

[src/trunk]: src/lib Place SUBDIR+= libexecinfo properly based on its depende...



details:   https://anonhg.NetBSD.org/src/rev/1f7972ccf466
branches:  trunk
changeset: 779413:1f7972ccf466
user:      matt <matt%NetBSD.org@localhost>
date:      Sun May 27 02:19:50 2012 +0000

description:
Place SUBDIR+= libexecinfo properly based on its dependency on libelf.

diffstat:

 lib/Makefile |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (26 lines):

diff -r fdb611d1a7e2 -r 1f7972ccf466 lib/Makefile
--- a/lib/Makefile      Sat May 26 22:15:57 2012 +0000
+++ b/lib/Makefile      Sun May 27 02:19:50 2012 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.183 2012/05/26 22:03:04 christos Exp $
+#      $NetBSD: Makefile,v 1.184 2012/05/27 02:19:50 matt Exp $
 #      from: @(#)Makefile      5.25.1.1 (Berkeley) 5/7/91
 
 .include <bsd.own.mk>
@@ -32,7 +32,7 @@
 
 SUBDIR+=       libarch \
                libbluetooth libbsdmalloc libbz2 \
-               libcompat libcrypt libexecinfo \
+               libcompat libcrypt \
                libintl libipsec libisns libkvm libm \
                libossaudio libpci libpmc libposix libprop libpthread \
                libpthread_dbg libpuffs libresolv librmt librpcsvc librt \
@@ -99,6 +99,7 @@
 SUBDIR+=       libcurses       # depends on libterminfo
 SUBDIR+=       libdm           # depends on libprop
 SUBDIR+=       libedit         # depends on libterminfo
+SUBDIR+=       libexecinfo     # depends on libelf
 SUBDIR+=       libppath        # depends on libprop
 SUBDIR+=       libperfuse      # depends on libpuffs
 SUBDIR+=       libquota        # depends on libprop and librpcsvc



Home | Main Index | Thread Index | Old Index