Source-Changes-HG archive

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

[src/trunk]: src/usr.bin/ldd include symver.c



details:   https://anonhg.NetBSD.org/src/rev/fac82c069e3a
branches:  trunk
changeset: 786682:fac82c069e3a
user:      christos <christos%NetBSD.org@localhost>
date:      Tue May 07 13:00:35 2013 +0000

description:
include symver.c

diffstat:

 usr.bin/ldd/Makefile.elf |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (16 lines):

diff -r 0feab068d0a7 -r fac82c069e3a usr.bin/ldd/Makefile.elf
--- a/usr.bin/ldd/Makefile.elf  Tue May 07 09:40:54 2013 +0000
+++ b/usr.bin/ldd/Makefile.elf  Tue May 07 13:00:35 2013 +0000
@@ -1,10 +1,10 @@
-#      $NetBSD: Makefile.elf,v 1.4 2011/03/09 23:10:08 joerg Exp $
+#      $NetBSD: Makefile.elf,v 1.5 2013/05/07 13:00:35 christos Exp $
 
 # Makefile fragment to build a (32 or 64 bit) libldd_elfxx.a.
 # Expects CPPFLAGS to have ELFSIZE set, and LIB to be set.
 
 SRCS=  ldd_elfxx.c
 SRCS+= xmalloc.c debug.c expand.c map_object.c load.c search.c \
-       headers.c paths.c tls.c
+       headers.c paths.c tls.c symver.c
 
 .include "Makefile.common"



Home | Main Index | Thread Index | Old Index