diff options
author | Jan Kratochvil <jan.kratochvil@redhat.com> | 2009-09-05 11:09:35 +0000 |
---|---|---|
committer | Jan Kratochvil <jan.kratochvil@redhat.com> | 2009-09-05 11:09:35 +0000 |
commit | 4a29415da4fb415ce1090cd4902ed32044cfd435 (patch) | |
tree | 7254414fa9b8381da495ffffce75ba03cf1e2e27 /binutils/Makefile.am | |
parent | 96d56e9f9150298df80355ce22ba007fe67f07ed (diff) | |
download | gdb-4a29415da4fb415ce1090cd4902ed32044cfd435.zip gdb-4a29415da4fb415ce1090cd4902ed32044cfd435.tar.gz gdb-4a29415da4fb415ce1090cd4902ed32044cfd435.tar.bz2 |
binutils/
* Makefile.am (sysdump.o): Depend on sysroff.c.
* Makefile.in: Regenerate.
Diffstat (limited to 'binutils/Makefile.am')
-rw-r--r-- | binutils/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/binutils/Makefile.am b/binutils/Makefile.am index a527706..abade21 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. |