aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Schwab <schwab@suse.de>2003-05-16 18:07:39 +0000
committerAndreas Jaeger <aj@gcc.gnu.org>2003-05-16 20:07:39 +0200
commitc3969745d76dcbdca9e0629af0f2a88ef27b753b (patch)
treedc97018bace702a6443733a6c7e224649ad8715f
parent6948720272209507c34879fa1d59ad9372402d71 (diff)
downloadgcc-c3969745d76dcbdca9e0629af0f2a88ef27b753b.zip
gcc-c3969745d76dcbdca9e0629af0f2a88ef27b753b.tar.gz
gcc-c3969745d76dcbdca9e0629af0f2a88ef27b753b.tar.bz2
Makefile.tpl (install-opcodes): Define.
2003-05-15 Andreas Schwab <schwab@suse.de> * Makefile.tpl (install-opcodes): Define. * Makefile.in: Rebuild. From-SVN: r66869
-rw-r--r--ChangeLog5
-rw-r--r--Makefile.in2
-rw-r--r--Makefile.tpl2
3 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 45ea1aa..3dc5d45 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2003-05-15 Andreas Schwab <schwab@suse.de>
+
+ * Makefile.tpl (install-opcodes): Define.
+ * Makefile.in: Rebuild.
+
2003-05-13 Andreas Jaeger <aj@suse.de>
* config.guess: Update to 2003-05-09 version.
diff --git a/Makefile.in b/Makefile.in
index 3f3ea9a..057906e 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -7409,6 +7409,8 @@ all-binutils: maybe-all-libiberty maybe-all-opcodes maybe-all-bfd maybe-all-flex
# binutils might be on PATH, and they might need the shared opcodes
# library.
install-binutils: maybe-install-opcodes
+# libopcodes depends on libbfd
+install-opcodes: maybe-install-bfd
all-gas: maybe-all-libiberty maybe-all-opcodes maybe-all-bfd maybe-all-intl
all-gprof: maybe-all-libiberty maybe-all-bfd maybe-all-opcodes maybe-all-intl
all-ld: maybe-all-libiberty maybe-all-bfd maybe-all-opcodes maybe-all-bison maybe-all-byacc maybe-all-flex maybe-all-intl
diff --git a/Makefile.tpl b/Makefile.tpl
index b634b35..2028e942 100644
--- a/Makefile.tpl
+++ b/Makefile.tpl
@@ -1334,6 +1334,8 @@ all-binutils: maybe-all-libiberty maybe-all-opcodes maybe-all-bfd maybe-all-flex
# binutils might be on PATH, and they might need the shared opcodes
# library.
install-binutils: maybe-install-opcodes
+# libopcodes depends on libbfd
+install-opcodes: maybe-install-bfd
all-gas: maybe-all-libiberty maybe-all-opcodes maybe-all-bfd maybe-all-intl
all-gprof: maybe-all-libiberty maybe-all-bfd maybe-all-opcodes maybe-all-intl
all-ld: maybe-all-libiberty maybe-all-bfd maybe-all-opcodes maybe-all-bison maybe-all-byacc maybe-all-flex maybe-all-intl