diff options
author | Mike Frysinger <vapier@gentoo.org> | 2021-02-28 01:43:21 -0500 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2021-03-12 19:50:26 -0500 |
commit | 367c5eb75095f4b9bc4c1b310a092bcac45da137 (patch) | |
tree | 95e2cb25cf18e6aae2158dec779939ce621c3a99 /Makefile.in | |
parent | 8673b5d2e0e75987129b0702f1b161bb236f6bd6 (diff) | |
download | gdb-367c5eb75095f4b9bc4c1b310a092bcac45da137.zip gdb-367c5eb75095f4b9bc4c1b310a092bcac45da137.tar.gz gdb-367c5eb75095f4b9bc4c1b310a092bcac45da137.tar.bz2 |
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.
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in index 0a64fc1..4f82fd0 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 |