From 02bf9ff0d1a18fcf300149a2a923eeb492599b9b Mon Sep 17 00:00:00 2001 From: Jan Kratochvil Date: Sat, 5 Sep 2009 11:09:35 +0000 Subject: binutils/ * Makefile.am (sysdump.o): Depend on sysroff.c. * Makefile.in: Regenerate. --- binutils/Makefile.am | 1 + 1 file changed, 1 insertion(+) (limited to 'binutils/Makefile.am') 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. -- cgit v1.2.1