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:
parent
ee9021bc15
commit
6e42c90c06
@ -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
|
||||
|
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user