From fe7054fc9281de91f7891a44d9efe7fa90de0eab Mon Sep 17 00:00:00 2001
From: Charles Bousseau <cbousseau@anaconda.com>
Date: Thu, 25 May 2023 17:56:53 -0400
Subject: [PATCH] Remove unused readelf

readelf has been dropped.
.. date: 2022-11-02-10-56-40
.. gh-issue: 98949
.. nonce: 3SRD8C
.. section: Build

Drop unused build dependency on ``readelf``.
---
 Makefile.pre.in | 1 -
 1 file changed, 1 deletion(-)

diff --git a/Makefile.pre.in b/Makefile.pre.in
index eb79c9c4ca..e46956b8a9 100644
--- a/Makefile.pre.in
+++ b/Makefile.pre.in
@@ -38,7 +38,6 @@ CC=		@CC@
 CXX=		@CXX@
 LINKCC=		@LINKCC@
 AR=		@AR@
-READELF=	@READELF@
 SOABI=		@SOABI@
 LDVERSION=	@LDVERSION@
 LIBPYTHON=	@LIBPYTHON@
-- 
2.32.1 (Apple Git-133)

