diff options
author | Richard Guenther <rguenther@suse.de> | 2009-10-13 09:15:00 +0000 |
---|---|---|
committer | Richard Biener <rguenth@gcc.gnu.org> | 2009-10-13 09:15:00 +0000 |
commit | 076c7ebe9991fb9f225a7c0037649240e0c67a1f (patch) | |
tree | b44abbf7f862b9068bb9c33051bcfa83ce9fcdc7 /lto-plugin/Makefile.am | |
parent | e4c5bd489f1255409f168b3eca6670ce7a647d5b (diff) | |
download | gcc-076c7ebe9991fb9f225a7c0037649240e0c67a1f.tar.gz |
Makefile.am (liblto_plugin_la_LIBADD): Link against the correct libiberty.
2009-10-13 Richard Guenther <rguenther@suse.de>
* Makefile.am (liblto_plugin_la_LIBADD): Link against the
correct libiberty.
* Makefile.in: Regenerated.
From-SVN: r152698
Diffstat (limited to 'lto-plugin/Makefile.am')
-rw-r--r-- | lto-plugin/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
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 |