diff options
author | Sam James <sam@gentoo.org> | 2022-10-08 23:01:38 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-10-08 23:01:38 +0100 |
commit | 11c3a59b2395f25ac869573a361ac937a0144427 (patch) | |
tree | 5e3a80880e7007de4a0a3117eadd61fb5653f2ad | |
parent | gcc-config: set CCACHE_COMPILERCHECK to major GCC version (diff) | |
download | gcc-config-11c3a59b2395f25ac869573a361ac937a0144427.tar.gz gcc-config-11c3a59b2395f25ac869573a361ac937a0144427.tar.bz2 gcc-config-11c3a59b2395f25ac869573a361ac937a0144427.zip |
Makefile: drop excessive EPREFIXingv2.7
Bug: https://bugs.gentoo.org/875377
Signed-off-by: Sam James <sam@gentoo.org>
-rw-r--r-- | Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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' \ |