aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFrank Ch. Eigler <fche@redhat.com>2003-01-31 20:02:02 +0000
committerFrank Ch. Eigler <fche@gcc.gnu.org>2003-01-31 20:02:02 +0000
commitba49f6f13b7397214b1e714d38bedaf3a314bcdf (patch)
tree21dbd9f2e8d2b0d3dfa98e05c553a6b3e65b7cb2
parent63b87c2e8eb90ea476750fe111dcfd6338414230 (diff)
downloadgcc-ba49f6f13b7397214b1e714d38bedaf3a314bcdf.zip
gcc-ba49f6f13b7397214b1e714d38bedaf3a314bcdf.tar.gz
gcc-ba49f6f13b7397214b1e714d38bedaf3a314bcdf.tar.bz2
Makefile.tpl (all-sid): Add libiberty/bfd/opcodes dependencies.
2003-01-31 Frank Ch. Eigler <fche@redhat.com> * Makefile.tpl (all-sid): Add libiberty/bfd/opcodes dependencies. * Makefile.in: Regenerated. From-SVN: r62195
-rw-r--r--ChangeLog5
-rw-r--r--Makefile.in2
-rw-r--r--Makefile.tpl2
3 files changed, 7 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 461382a..838660c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2003-01-31 Frank Ch. Eigler <fche@redhat.com>
+
+ * Makefile.tpl (all-sid): Add libiberty/bfd/opcodes dependencies.
+ * Makefile.in: Regenerated.
+
2003-01-30 Roger Sayle <roger@eyesopen.com>
* config.guess: Updated to 2003-01-30's version.
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