diff options
author | Richard Guenther <rguenther@suse.de> | 2010-07-22 12:50:00 +0000 |
---|---|---|
committer | Richard Biener <rguenth@gcc.gnu.org> | 2010-07-22 12:50:00 +0000 |
commit | 553fc5823088c7d0956b8f6aa9ee6e900a5e8e98 (patch) | |
tree | feeffc299e70ba30fe082dfad02515ce8d511583 /lto-plugin/Makefile.in | |
parent | 5ccbfc1fb8c8e30f15cb74696aa97956a10c5103 (diff) | |
download | gcc-553fc5823088c7d0956b8f6aa9ee6e900a5e8e98.zip gcc-553fc5823088c7d0956b8f6aa9ee6e900a5e8e98.tar.gz gcc-553fc5823088c7d0956b8f6aa9ee6e900a5e8e98.tar.bz2 |
Makefile.am: New copy_lto_plugin rule to install the plugin into ../gcc.
2010-07-22 Richard Guenther <rguenther@suse.de>
lto-plugin/
* Makefile.am: New copy_lto_plugin rule to install the plugin
into ../gcc.
* Makefile.in: Regenerated.
From-SVN: r162412
Diffstat (limited to 'lto-plugin/Makefile.in')
-rw-r--r-- | lto-plugin/Makefile.in | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/lto-plugin/Makefile.in b/lto-plugin/Makefile.in index ead2e7b..2f58f9b 100644 --- a/lto-plugin/Makefile.in +++ b/lto-plugin/Makefile.in @@ -495,6 +495,11 @@ uninstall-am: uninstall-libexecsubLTLIBRARIES tags uninstall uninstall-am uninstall-libexecsubLTLIBRARIES +all: copy_lto_plugin + +copy_lto_plugin: all-am + $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $(libexecsub_LTLIBRARIES) `pwd`/../gcc/ + # Tell versions [3.59,3.63) of GNU make to not export all variables. # Otherwise a system limit (for SysV at least) may be exceeded. .NOEXPORT: |