diff options
author | DJ Delorie <dj@delorie.com> | 2002-12-08 22:39:43 +0000 |
---|---|---|
committer | DJ Delorie <dj@delorie.com> | 2002-12-08 22:39:43 +0000 |
commit | 7ec9494d3e50fa21660cf4a63e41de5aafb97447 (patch) | |
tree | 0dbc3e9b5eb3540a3083859c1876825b112a9bfc /Makefile.in | |
parent | b417c7a583e92738a3dd2b36a536b41bddcb862d (diff) | |
download | gdb-7ec9494d3e50fa21660cf4a63e41de5aafb97447.tar.gz |
* 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 f43e006ad47..81b4e4e9a48 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 |