diff options
author | rguenth <rguenth@138bc75d-0d04-0410-961f-82ee72b054a4> | 2009-10-13 09:15:00 +0000 |
---|---|---|
committer | rguenth <rguenth@138bc75d-0d04-0410-961f-82ee72b054a4> | 2009-10-13 09:15:00 +0000 |
commit | aeb15dbf397e64536cf5eb475f70cff0e1e27004 (patch) | |
tree | b44abbf7f862b9068bb9c33051bcfa83ce9fcdc7 /lto-plugin/Makefile.in | |
parent | d6ef094a5b1afb9df7a49586e6f07a15ab8be89d (diff) | |
download | gcc-aeb15dbf397e64536cf5eb475f70cff0e1e27004.tar.gz |
2009-10-13 Richard Guenther <rguenther@suse.de>
* Makefile.am (liblto_plugin_la_LIBADD): Link against the
correct libiberty.
* Makefile.in: Regenerated.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@152698 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'lto-plugin/Makefile.in')
-rw-r--r-- | lto-plugin/Makefile.in | 5 |
1 files changed, 3 insertions, 2 deletions
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: |