Make-lang.in (lto.install-common): Remove unnecessary slash between $(DESTDIR) and $(bindir).

2019-08-01  Bernd Edlinger  <bernd.edlinger@hotmail.de>

        * Make-lang.in (lto.install-common): Remove unnecessary slash
        between $(DESTDIR) and $(bindir).

From-SVN: r273969
This commit is contained in:
Bernd Edlinger 2019-08-01 08:45:29 +00:00 committed by Bernd Edlinger
parent ee9021bc15
commit 6e42c90c06
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2019-08-01 Bernd Edlinger <bernd.edlinger@hotmail.de>
* Make-lang.in (lto.install-common): Remove unnecessary slash
between $(DESTDIR) and $(bindir).
2019-07-25 Martin Liska <mliska@suse.cz>
* lto-common.c (compare_tree_sccs_1): Use new macros

View File

@ -49,7 +49,7 @@ lto.rest.encap:
lto.tags:
lto.install-common: installdirs
$(INSTALL_PROGRAM) $(LTO_DUMP_EXE) \
$(DESTDIR)/$(bindir)/$(LTO_DUMP_INSTALL_NAME)$(exeext)
$(DESTDIR)$(bindir)/$(LTO_DUMP_INSTALL_NAME)$(exeext)
lto.install-man:
lto.install-info: