diff options
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 ead2e7b906d..2f58f9bbe36 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: |