diff options
author | rguenth <rguenth@138bc75d-0d04-0410-961f-82ee72b054a4> | 2012-01-02 10:59:04 +0000 |
---|---|---|
committer | rguenth <rguenth@138bc75d-0d04-0410-961f-82ee72b054a4> | 2012-01-02 10:59:04 +0000 |
commit | 081e4b6dc5855e2a3c744c11eadd45421820a91d (patch) | |
tree | a32fdd679476908c57a84e1b64678bc57701aa14 /Makefile.in | |
parent | 3dbc4079ce4c93d61164a2d3e3f8955b0fda240d (diff) | |
download | gcc-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.in')
-rw-r--r-- | Makefile.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.in b/Makefile.in index 88797b4bf06..86144c48934 100644 --- a/Makefile.in +++ b/Makefile.in @@ -42999,6 +42999,7 @@ html-stagefeedback-gcc: maybe-all-build-libiberty install-gcc: maybe-install-fixincludes install-gcc: maybe-install-lto-plugin install-strip-gcc: maybe-install-strip-fixincludes +install-strip-gcc: maybe-install-strip-lto-plugin configure-libcpp: configure-libiberty configure-stage1-libcpp: configure-stage1-libiberty |