diff options
author | Richard Guenther <rguenther@suse.de> | 2010-01-11 12:38:09 +0000 |
---|---|---|
committer | Richard Biener <rguenth@gcc.gnu.org> | 2010-01-11 12:38:09 +0000 |
commit | c164615b36abdfcb7934b9cd449a1813987ac7cd (patch) | |
tree | 3e2ebe4783d329b40dee9a32028df0ed6897ad7d /lto-plugin/Makefile.am | |
parent | c448ab16ea9065d1e4e133cb543b43f066e029e2 (diff) | |
download | gcc-c164615b36abdfcb7934b9cd449a1813987ac7cd.tar.gz |
re PR lto/41569 (.../prev-gcc/xgcc used for the install step of the lto-plugin)
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.
From-SVN: r155809
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@ |