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:45:19 -0400 |
commit | 17af39e1c0e590f4cb13d672c9ee850e871164ab (patch) | |
tree | 5b8f041cad7c2ac0b89781aa34ee66b271d3b344 /Makefile.in | |
parent | 79cf0004ffbb0c7f12729a1fc7801d2f25539c5a (diff) | |
download | gcc-17af39e1c0e590f4cb13d672c9ee850e871164ab.tar.gz |
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 b6cf33077a4..ab883f69115 100644 --- a/Makefile.in +++ b/Makefile.in @@ -61035,6 +61035,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 |