summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan Kratochvil <jan.kratochvil@redhat.com>2009-09-05 11:09:35 +0000
committerJan Kratochvil <jan.kratochvil@redhat.com>2009-09-05 11:09:35 +0000
commit4a29415da4fb415ce1090cd4902ed32044cfd435 (patch)
tree7254414fa9b8381da495ffffce75ba03cf1e2e27
parent96d56e9f9150298df80355ce22ba007fe67f07ed (diff)
binutils/
* Makefile.am (sysdump.o): Depend on sysroff.c. * Makefile.in: Regenerate.
-rw-r--r--binutils/ChangeLog5
-rw-r--r--binutils/Makefile.am1
-rw-r--r--binutils/Makefile.in1
3 files changed, 7 insertions, 0 deletions
diff --git a/binutils/ChangeLog b/binutils/ChangeLog
index 74c432ec09..bda4702bbc 100644
--- a/binutils/ChangeLog
+++ b/binutils/ChangeLog
@@ -1,3 +1,8 @@
+2009-09-05 Jan Kratochvil <jan.kratochvil@redhat.com>
+
+ * Makefile.am (sysdump.o): Depend on sysroff.c.
+ * Makefile.in: Regenerate.
+
2009-09-05 Martin Thuresson <martin@mtme.org>
* ieee.c (ieee_read_cxx_misc, ieee_read_cxx_class,
diff --git a/binutils/Makefile.am b/binutils/Makefile.am
index a527706c02..abade21d1c 100644
--- a/binutils/Makefile.am
+++ b/binutils/Makefile.am
@@ -432,6 +432,7 @@ endif
coffdump_SOURCES = coffdump.c coffgrok.c $(BULIBS)
sysdump_SOURCES = sysdump.c $(BULIBS)
+sysdump.o: sysroff.c
# coff/sym.h and coff/ecoff.h won't be found by the automatic dependency
# scripts, since they are only included conditionally.
diff --git a/binutils/Makefile.in b/binutils/Makefile.in
index 0527630f32..a1f38003ac 100644
--- a/binutils/Makefile.in
+++ b/binutils/Makefile.in
@@ -1305,6 +1305,7 @@ rescoff.o:
@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='rescoff.c' object='$@' libtool=no @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@am__fastdepCC_FALSE@ $(COMPILE) -c $(DLLTOOL_DEFS) $(srcdir)/rescoff.c
+sysdump.o: sysroff.c
# coff/sym.h and coff/ecoff.h won't be found by the automatic dependency
# scripts, since they are only included conditionally.