From e5294612b9ea64b36b9c5d41b497d371d05d5a11 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Mon, 15 Aug 2005 22:19:26 +0000 Subject: Correct build programs caused by commit from devel tree. elf_begin robustification. --- src/Makefile.am | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'src/Makefile.am') diff --git a/src/Makefile.am b/src/Makefile.am index 29a537c2..234d1b6f 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -38,7 +38,7 @@ native_ld = @native_ld@ base_cpu = @base_cpu@ bin_PROGRAMS = readelf nm size strip ld elflint findtextrel addr2line \ - elfcmp objdump ar ranlib + elfcmp objdump ranlib ld_dsos = libld_elf_i386_pic.a @@ -67,7 +67,7 @@ libmudflap = -lmudflap endif if BUILD_STATIC -libdw = ../libdw/libdw.a +libdw = ../libdw/libdw.a $(libelf) $(libebl) libelf = ../libelf/libelf.a else libdw = ../libdw/libdw.so @@ -95,7 +95,6 @@ findtextrel_LDADD = $(libdw) $(libelf) $(libmudflap) addr2line_LDADD = $(libdw) $(libmudflap) elfcmp_LDADD = $(libebl) $(libelf) $(libmudflap) -ldl objdump_LDADD = $(libebl) $(libelf) $(libeu) $(libmudflap) -ldl -ar_LDADD = $(libelf) $(libmudflap) ranlib_LDADD = $(libelf) $(libeu) $(libmudflap) ldlex.o: ldscript.c -- cgit v1.2.1