From: Frank Ch. Eigler Date: Fri, 31 Jan 2003 19:09:32 +0000 (+0000) Subject: 2003-01-31 Frank Ch. Eigler X-Git-Tag: binutils-2_14-branchpoint~1024 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=122bfa9220daee52a8fa135d37b0cdd2e046f801;p=platform%2Fupstream%2Fbinutils.git 2003-01-31 Frank Ch. Eigler * Makefile.tpl (all-sid): Add libiberty/bfd/opcodes dependencies. * Makefile.in: Regenerated. --- diff --git a/ChangeLog b/ChangeLog index f5020a2..6c4d112 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2003-01-31 Frank Ch. Eigler + + * Makefile.tpl (all-sid): Add libiberty/bfd/opcodes dependencies. + * Makefile.in: Regenerated. + 2003-01-30 Alexandre Oliva * config.if: Copy from GCC. diff --git a/Makefile.in b/Makefile.in index 2f76168..453db17 100644 --- a/Makefile.in +++ b/Makefile.in @@ -7582,7 +7582,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 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