diff options
author | DJ Delorie <dj@redhat.com> | 2002-12-08 22:39:43 +0000 |
---|---|---|
committer | DJ Delorie <dj@redhat.com> | 2002-12-08 22:39:43 +0000 |
commit | a36d530e88e0a76d16191def2fc7d6794984594d (patch) | |
tree | 416a236d016669cf7a67f90df1f2b1514da0a4fb /Makefile.in | |
parent | 0d2b8049134f56b4f9f529b9a49b8c18511e9fa1 (diff) | |
download | gdb-a36d530e88e0a76d16191def2fc7d6794984594d.zip gdb-a36d530e88e0a76d16191def2fc7d6794984594d.tar.gz gdb-a36d530e88e0a76d16191def2fc7d6794984594d.tar.bz2 |
* Makefile.tpl (all-sim): Depend on maybe-configure-gdb.
* Makefile.in (all-sim): Ditto.
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in index f43e006..81b4e4e 100644 --- a/Makefile.in +++ b/Makefile.in @@ -7707,7 +7707,7 @@ all-itcl: maybe-all-tcl maybe-all-tk install-itcl: maybe-install-tcl all-sid: maybe-all-tcl maybe-all-tk install-sid: maybe-install-tcl maybe-install-tk -all-sim: maybe-all-libiberty maybe-all-bfd maybe-all-opcodes maybe-all-readline +all-sim: maybe-all-libiberty maybe-all-bfd maybe-all-opcodes maybe-all-readline maybe-configure-gdb configure-tk: maybe-configure-tcl all-tk: maybe-all-tcl configure-tix: maybe-configure-tcl maybe-configure-tk |