summaryrefslogtreecommitdiff
path: root/Makefile.def
diff options
context:
space:
mode:
authorRichard Guenther <rguenther@suse.de>2012-01-02 10:59:04 +0000
committerRichard Biener <rguenth@gcc.gnu.org>2012-01-02 10:59:04 +0000
commitd18ede37327945ba0e91d3840fb1c5bee94e3e40 (patch)
treea32fdd679476908c57a84e1b64678bc57701aa14 /Makefile.def
parentccd0ce1148833319e131918c5c0ea77e1aec18c2 (diff)
downloadgcc-d18ede37327945ba0e91d3840fb1c5bee94e3e40.tar.gz
re PR bootstrap/51686 ("make install-strip-gcc" didn't install liblto-plugin* files)
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. From-SVN: r182788
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; };