Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
mk: Fix configuration of version commit information
Commit bec2ee7 started quoting paths discovered as part of the `probe` function, which includes git. The `make` `wildcard` function appears to be incompatible with quoted paths so this check in the makefile now fails. Employing `wildcard` here appears to only re-verify that git actually exists, which the configure script already did, so I've just removed it. Additionally, with the quoted paths the `subst` function should no longer be needed, so I've removed it as well. Closes rust-lang#18771
- Loading branch information