diff options
author | Mike Frysinger <vapier@gentoo.org> | 2021-05-07 22:30:30 -0400 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2021-05-18 17:47:27 -0400 |
commit | 9cc11ab5bf10c6f7494f6015769cf81b6988317f (patch) | |
tree | cb8438c5dd09cd96b7aef3ff3503a5ba0d57f738 /Makefile.in | |
parent | 19fa7881a955137f778d8af8b06b7287a2d1e6ab (diff) | |
download | gdb-9cc11ab5bf10c6f7494f6015769cf81b6988317f.zip gdb-9cc11ab5bf10c6f7494f6015769cf81b6988317f.tar.gz gdb-9cc11ab5bf10c6f7494f6015769cf81b6988317f.tar.bz2 |
sim: depend on gnulib
We're going to start using gnulib in the sim, so make sure it exists.
ChangeLog:
* Makefile.def: Add configure-sim dependency on all-gnulib.
* Makefile.in: Regenerated.
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.in b/Makefile.in index 57da7ec..9b3a5d7 100644 --- a/Makefile.in +++ b/Makefile.in @@ -52385,6 +52385,7 @@ install-sid: maybe-install-tcl install-strip-sid: maybe-install-strip-tcl install-sid: maybe-install-tk install-strip-sid: maybe-install-strip-tk +configure-sim: maybe-all-gnulib all-sim: maybe-all-readline all-fastjar: maybe-all-build-texinfo all-libctf: all-libiberty |