From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 1521) id ADA763858C2C; Sat, 4 Dec 2021 18:46:18 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org ADA763858C2C Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: Michael Frysinger To: gdb-cvs@sourceware.org Subject: [binutils-gdb] sim: erc32: drop old configure target X-Act-Checkin: binutils-gdb X-Git-Author: Mike Frysinger X-Git-Refname: refs/heads/master X-Git-Oldrev: 0344e65132bbae3e9dc2d621acf9b67c2b1073fd X-Git-Newrev: 23bd26ecf687767655feb2e17fd79da8e56afff8 Message-Id: <20211204184618.ADA763858C2C@sourceware.org> Date: Sat, 4 Dec 2021 18:46:18 +0000 (GMT) X-BeenThere: gdb-cvs@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gdb-cvs mailing list List-Unsubscribe: , List-Archive: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 04 Dec 2021 18:46:18 -0000 https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=23bd26ecf687767655feb2e17fd79da8e56afff8 commit 23bd26ecf687767655feb2e17fd79da8e56afff8 Author: Mike Frysinger Date: Sat Dec 4 13:25:00 2021 -0500 sim: erc32: drop old configure target There is no configure script in here anymore to regenerate. Diff: --- sim/erc32/Makefile.in | 8 -------- 1 file changed, 8 deletions(-) diff --git a/sim/erc32/Makefile.in b/sim/erc32/Makefile.in index 613f9faf0bd..7d91519abb5 100644 --- a/sim/erc32/Makefile.in +++ b/sim/erc32/Makefile.in @@ -52,11 +52,3 @@ install-sis: installdirs clean-sis: rm -f sis - -configure: - @echo "Rebuilding configure..." - if [ x"${srcdir}" = x"@srcdir@" ] ; then \ - srcdir=. ; export srcdir ; \ - else true ; fi ; \ - (cd $${srcdir}; autoconf --localdir=../common) -