From 367c5eb75095f4b9bc4c1b310a092bcac45da137 Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Sun, 28 Feb 2021 01:43:21 -0500 Subject: [PATCH] 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. --- ChangeLog | 5 +++++ Makefile.def | 1 - Makefile.in | 1 - 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 4cd48fa1dad..a75f55e802d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2021-03-12 Mike Frysinger + + * Makefile.def: Remove all-sim dependency on configure-gdb. + * Makefile.in: Regenerated. + 2021-02-28 H.J. Lu PR binutils/26766 diff --git a/Makefile.def b/Makefile.def index b45e580da5b..0cdf044c5c3 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; }; diff --git a/Makefile.in b/Makefile.in index 0a64fc10e5b..4f82fd0a47f 100644 --- a/Makefile.in +++ b/Makefile.in @@ -52381,7 +52381,6 @@ install-strip-sid: maybe-install-strip-tcl install-sid: maybe-install-tk install-strip-sid: maybe-install-strip-tk all-sim: maybe-all-readline -all-sim: maybe-configure-gdb all-fastjar: maybe-all-build-texinfo all-libctf: all-libiberty all-stage1-libctf: all-stage1-libiberty -- 2.30.2