]> git.ipfire.org Git - thirdparty/gcc.git/commit
build: Fix "make install" for MinGW
authorLewis Hyatt <lhyatt@gmail.com>
Thu, 27 Jun 2024 20:11:27 +0000 (16:11 -0400)
committerLewis Hyatt <lhyatt@gcc.gnu.org>
Tue, 2 Jul 2024 16:17:18 +0000 (12:17 -0400)
commitbd9c550acc42c5b04a61be3c8d981359b2093357
tree373e5859eec29fa5a1e520d342a94510e24fc4e9
parentfef7b8ce9029a0538d0c051b3100ed3deb544b2b
build: Fix "make install" for MinGW

Since r8-4925, the "make install" recipe generates a path which can start
with "//", causing problems for some Windows environments. Fix by removing
the redundant slash.

gcc/cp/ChangeLog:

* Make-lang.in: Remove redundant slash.
gcc/cp/Make-lang.in