aboutsummaryrefslogtreecommitdiff
path: root/sim/testsuite/Makefile.in
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2021-01-05 03:38:51 -0500
committerMike Frysinger <vapier@gentoo.org>2021-01-15 01:51:11 -0500
commitbb3eddb5bd60b56cf19a0aacfd6b56a1b32d21a7 (patch)
tree0e017b9a9dadaa889641e794133ed0e9f66a5300 /sim/testsuite/Makefile.in
parent29fd199ed8eb33df997a8ce74a8c9b623d811006 (diff)
downloadfsf-binutils-gdb-bb3eddb5bd60b56cf19a0aacfd6b56a1b32d21a7.zip
fsf-binutils-gdb-bb3eddb5bd60b56cf19a0aacfd6b56a1b32d21a7.tar.gz
fsf-binutils-gdb-bb3eddb5bd60b56cf19a0aacfd6b56a1b32d21a7.tar.bz2
sim: testsuite: delete configure script
Now that we've moved all ports to dejagnu & testsuite/sim/, the only thing the testsuite/configure script has been doing is filling in the sim_arch field in the testsuite/Makefile. We can simply let the top sim/configure script do that for us now. This simplifies & speeds up the build a bit by killing an entire configure script.
Diffstat (limited to 'sim/testsuite/Makefile.in')
-rw-r--r--sim/testsuite/Makefile.in8
1 files changed, 4 insertions, 4 deletions
diff --git a/sim/testsuite/Makefile.in b/sim/testsuite/Makefile.in
index d1ac988..1f75db6 100644
--- a/sim/testsuite/Makefile.in
+++ b/sim/testsuite/Makefile.in
@@ -171,11 +171,11 @@ distclean maintainer-clean realclean: clean
done ; \
else true; fi
-Makefile : Makefile.in config.status
- $(SHELL) config.status
+Makefile : Makefile.in ../config.status
+ $(SHELL) ../config.status
-config.status: $(srcdir)/configure
- $(SHELL) ./config.status --recheck
+config.status: $(srcdir)/../configure
+ $(SHELL) ../config.status --recheck
# FIXME: Requires --enable-maintainer-mode, which one could add, but
# it's provided by automake. Maybe switch to automake someday.
#$(srcdir)/configure: @MAINT@ $(srcdir)/configure.in