summaryrefslogtreecommitdiff
path: root/Makefile.def
diff options
context:
space:
mode:
authorrguenth <rguenth@138bc75d-0d04-0410-961f-82ee72b054a4>2012-01-02 10:59:04 +0000
committerrguenth <rguenth@138bc75d-0d04-0410-961f-82ee72b054a4>2012-01-02 10:59:04 +0000
commit081e4b6dc5855e2a3c744c11eadd45421820a91d (patch)
treea32fdd679476908c57a84e1b64678bc57701aa14 /Makefile.def
parent3dbc4079ce4c93d61164a2d3e3f8955b0fda240d (diff)
downloadgcc-081e4b6dc5855e2a3c744c11eadd45421820a91d.tar.gz
2012-01-02 Richard Guenther <rguenther@suse.de>
PR bootstrap/51686 * Makefile.def (install-strip-gcc): Depend on install-strip-lto-plugin. * Makefile.in: Regenerate. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@182788 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'Makefile.def')
-rw-r--r--Makefile.def1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.def b/Makefile.def
index 5de12bf6915..1838a21cd76 100644
--- a/Makefile.def
+++ b/Makefile.def
@@ -314,6 +314,7 @@ dependencies = { module=html-gcc; on=all-build-libiberty; };
dependencies = { module=install-gcc ; on=install-fixincludes; };
dependencies = { module=install-gcc ; on=install-lto-plugin; };
dependencies = { module=install-strip-gcc ; on=install-strip-fixincludes; };
+dependencies = { module=install-strip-gcc ; on=install-strip-lto-plugin; };
dependencies = { module=configure-libcpp; on=configure-libiberty; hard=true; };
dependencies = { module=configure-libcpp; on=configure-intl; };