diff options
author | Frank Ch. Eigler <fche@redhat.com> | 2003-01-31 19:09:32 +0000 |
---|---|---|
committer | Frank Ch. Eigler <fche@redhat.com> | 2003-01-31 19:09:32 +0000 |
commit | 122bfa9220daee52a8fa135d37b0cdd2e046f801 (patch) | |
tree | 933410a0a32a88e8d0f5ab6f599cf5d275d19206 /Makefile.tpl | |
parent | 87d1b352c895bc2a690e0aa75df73e4cf0c168b3 (diff) | |
download | gdb-122bfa9220daee52a8fa135d37b0cdd2e046f801.zip gdb-122bfa9220daee52a8fa135d37b0cdd2e046f801.tar.gz gdb-122bfa9220daee52a8fa135d37b0cdd2e046f801.tar.bz2 |
2003-01-31 Frank Ch. Eigler <fche@redhat.com>
* Makefile.tpl (all-sid): Add libiberty/bfd/opcodes dependencies.
* Makefile.in: Regenerated.
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 94cc027..9918494 100644 --- a/Makefile.tpl +++ b/Makefile.tpl @@ -1318,7 +1318,7 @@ all-itcl: maybe-all-tcl maybe-all-tk # We put install-tcl before install-itcl because itcl wants to run a # program on installation which uses the Tcl libraries. install-itcl: maybe-install-tcl -all-sid: maybe-all-tcl maybe-all-tk +all-sid: maybe-all-libiberty maybe-all-bfd maybe-all-opcodes 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 maybe-configure-gdb configure-tk: maybe-configure-tcl |