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.tpl | |
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.tpl')
-rw-r--r-- | Makefile.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.tpl b/Makefile.tpl index c9f9fe9..8a9284e 100644 --- a/Makefile.tpl +++ b/Makefile.tpl @@ -1312,7 +1312,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 |