diff options
author | rguenth <rguenth@138bc75d-0d04-0410-961f-82ee72b054a4> | 2010-01-11 12:38:09 +0000 |
---|---|---|
committer | rguenth <rguenth@138bc75d-0d04-0410-961f-82ee72b054a4> | 2010-01-11 12:38:09 +0000 |
commit | a82c88079c1e0d0e91254d7c61683bd3a541065b (patch) | |
tree | 3e2ebe4783d329b40dee9a32028df0ed6897ad7d /lto-plugin/Makefile.am | |
parent | 8f0372dd2b828c0a0ee05dee4496a021da9cee40 (diff) | |
download | gcc-a82c88079c1e0d0e91254d7c61683bd3a541065b.tar.gz |
2010-01-11 Richard Guenther <rguenther@suse.de>
PR lto/41569
* Makefile.def (all-lto-plugin): Depend on all-gcc.
* Makefile.in: Regenerated.
lto-plugin/
* Makefile.am: Disable dependencies.
* Makefile.in: Regenerated.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@155809 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'lto-plugin/Makefile.am')
-rw-r--r-- | lto-plugin/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lto-plugin/Makefile.am b/lto-plugin/Makefile.am index 19fbdcd8ef5..665ce190988 100644 --- a/lto-plugin/Makefile.am +++ b/lto-plugin/Makefile.am @@ -1,6 +1,7 @@ # Makefile.am is used by automake 1.11 to generate Makefile.in. ACLOCAL_AMFLAGS = -I .. -I ../config +AUTOMAKE_OPTIONS = no-dependencies gcc_version := $(shell cat $(top_srcdir)/../gcc/BASE-VER) target_noncanonical := @target_noncanonical@ |