From 367c5eb75095f4b9bc4c1b310a092bcac45da137 Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Sun, 28 Feb 2021 01:43:21 -0500 Subject: sim: drop dep on configure-gdb I'm not entirely sure why this is here since the sim doesn't use anything from the gdb/ dir directly, and the commit that added it included a bunch more changes and doesn't seem to call out this dep specifically. --- Makefile.def | 1 - 1 file changed, 1 deletion(-) (limited to 'Makefile.def') diff --git a/Makefile.def b/Makefile.def index b45e580..0cdf044 100644 --- a/Makefile.def +++ b/Makefile.def @@ -533,7 +533,6 @@ dependencies = { module=all-sim; on=all-libiberty; }; dependencies = { module=all-sim; on=all-bfd; }; dependencies = { module=all-sim; on=all-opcodes; }; dependencies = { module=all-sim; on=all-readline; }; -dependencies = { module=all-sim; on=configure-gdb; }; // Other host modules. dependencies = { module=all-fastjar; on=all-zlib; }; -- cgit v1.1