aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2022-10-08 23:01:38 +0100
committerSam James <sam@gentoo.org>2022-10-08 23:01:38 +0100
commit11c3a59b2395f25ac869573a361ac937a0144427 (patch)
tree5e3a80880e7007de4a0a3117eadd61fb5653f2ad
parentgcc-config: set CCACHE_COMPILERCHECK to major GCC version (diff)
downloadgcc-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--Makefile1
1 files changed, 0 insertions, 1 deletions
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' \