sim: erc32: drop old configure target

There is no configure script in here anymore to regenerate.
This commit is contained in:
Mike Frysinger 2021-12-04 13:25:00 -05:00
parent 0344e65132
commit 23bd26ecf6

View file

@ -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)