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:48:13 -0500 |
commit | ff4816dff0d484be314cf0887b91690732189011 (patch) | |
tree | 0c56b24f004199ad1fe366e408fe2efecd2191ba /Makefile.in | |
parent | 6da2762a3b1c496bebe8334f6e68a834fe6a1055 (diff) | |
download | gcc-ff4816dff0d484be314cf0887b91690732189011.tar.gz |
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:
* Makefile.def: Remove all-sim dependency on configure-gdb.
* Makefile.in: Regenerated.
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 03785200dc7..047be0255e2 100644 --- a/Makefile.in +++ b/Makefile.in @@ -61522,7 +61522,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 |