From 076c7ebe9991fb9f225a7c0037649240e0c67a1f Mon Sep 17 00:00:00 2001 From: Richard Guenther Date: Tue, 13 Oct 2009 09:15:00 +0000 Subject: [PATCH] Makefile.am (liblto_plugin_la_LIBADD): Link against the correct libiberty. 2009-10-13 Richard Guenther * Makefile.am (liblto_plugin_la_LIBADD): Link against the correct libiberty. * Makefile.in: Regenerated. From-SVN: r152698 --- lto-plugin/ChangeLog | 6 ++++++ lto-plugin/Makefile.am | 2 +- lto-plugin/Makefile.in | 5 +++-- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/lto-plugin/ChangeLog b/lto-plugin/ChangeLog index cabfcca9f2e..a68e3ff3343 100644 --- a/lto-plugin/ChangeLog +++ b/lto-plugin/ChangeLog @@ -1,3 +1,9 @@ +2009-10-13 Richard Guenther + + * Makefile.am (liblto_plugin_la_LIBADD): Link against the + correct libiberty. + * Makefile.in: Regenerated. + 2009-10-08 Rafael Avila de Espindola * lto-plugin.c (add_input_library): New. diff --git a/lto-plugin/Makefile.am b/lto-plugin/Makefile.am index b5dd5fc4716..19fbdcd8ef5 100644 --- a/lto-plugin/Makefile.am +++ b/lto-plugin/Makefile.am @@ -16,4 +16,4 @@ AM_CFLAGS = -Wall -Werror libexecsub_LTLIBRARIES = liblto_plugin.la liblto_plugin_la_SOURCES = lto-plugin.c -liblto_plugin_la_LIBADD = $(LIBELFLIBS) -L../libiberty/pic -liberty +liblto_plugin_la_LIBADD = $(LIBELFLIBS) ../libiberty/pic/libiberty.a diff --git a/lto-plugin/Makefile.in b/lto-plugin/Makefile.in index 7284e4cb856..6ae87de40c1 100644 --- a/lto-plugin/Makefile.in +++ b/lto-plugin/Makefile.in @@ -82,7 +82,8 @@ am__base_list = \ am__installdirs = "$(DESTDIR)$(libexecsubdir)" LTLIBRARIES = $(libexecsub_LTLIBRARIES) am__DEPENDENCIES_1 = -liblto_plugin_la_DEPENDENCIES = $(am__DEPENDENCIES_1) +liblto_plugin_la_DEPENDENCIES = $(am__DEPENDENCIES_1) \ + ../libiberty/pic/libiberty.a am_liblto_plugin_la_OBJECTS = lto-plugin.lo liblto_plugin_la_OBJECTS = $(am_liblto_plugin_la_OBJECTS) DEFAULT_INCLUDES = -I.@am__isrc@ @@ -240,7 +241,7 @@ AM_CPPFLAGS = -I$(top_srcdir)/../include $(LIBELFINC) AM_CFLAGS = -Wall -Werror libexecsub_LTLIBRARIES = liblto_plugin.la liblto_plugin_la_SOURCES = lto-plugin.c -liblto_plugin_la_LIBADD = $(LIBELFLIBS) -L../libiberty/pic -liberty +liblto_plugin_la_LIBADD = $(LIBELFLIBS) ../libiberty/pic/libiberty.a all: all-am .SUFFIXES: