commit: 11c3a59b2395f25ac869573a361ac937a0144427 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Sat Oct 8 22:01:38 2022 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Sat Oct 8 22:01:38 2022 +0000 URL: https://gitweb.gentoo.org/proj/gcc-config.git/commit/?id=11c3a59b
Makefile: drop excessive EPREFIXing Bug: https://bugs.gentoo.org/875377 Signed-off-by: Sam James <sam <AT> gentoo.org> Makefile | 1 - 1 file changed, 1 deletion(-) diff --git a/Makefile b/Makefile index b143b3c..5d84b50 100644 --- a/Makefile +++ b/Makefile @@ -38,7 +38,6 @@ clean: .gcc-config: gcc-config sed \ - -e '1s:/:$(EPREFIX)/:' \ -e 's:@GENTOO_EPREFIX@:$(EPREFIX):g' \ -e 's:@GENTOO_LIBDIR@:$(SUBLIBDIR):g' \ -e 's:@PV@:$(PV):g' \
