From: rwild Date: Sun, 23 Aug 2009 10:28:49 +0000 (+0000) Subject: Minor dependency fix for syslex.o in binutils. X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=ecb081157d33e5ffedeef7cc027e4f2d5a2e5e48;p=pf3gnuchains%2Fpf3gnuchains3x.git Minor dependency fix for syslex.o in binutils. binutils/: * Makefile.am (syslex.o): Depend on sysinfo.h config.h. * Makefile.in: Regenerate. --- diff --git a/binutils/ChangeLog b/binutils/ChangeLog index 7d8f48fd1e..218bb9a8db 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -1,3 +1,8 @@ +2009-08-23 Ralf Wildenhues + + * Makefile.am (syslex.o): Depend on sysinfo.h config.h. + * Makefile.in: Regenerate. + 2009-08-22 Ralf Wildenhues * Makefile.am (AM_CPPFLAGS): Renamed from ... diff --git a/binutils/Makefile.am b/binutils/Makefile.am index aab446de3b..98eefcd0f3 100644 --- a/binutils/Makefile.am +++ b/binutils/Makefile.am @@ -248,7 +248,7 @@ sysroff.h: sysinfo$(EXEEXT_FOR_BUILD) sysroff.info sysinfo$(EXEEXT_FOR_BUILD): sysinfo.o syslex.o $(CC_FOR_BUILD) $(CFLAGS) $(LDFLAGS) -o $@ sysinfo.o syslex.o -syslex.o: syslex.c +syslex.o: syslex.c sysinfo.h config.h if [ -r syslex.c ]; then \ $(CC_FOR_BUILD) -c -I. $(AM_CFLAGS) $(CFLAGS) syslex.c -Wno-error ; \ else \ diff --git a/binutils/Makefile.in b/binutils/Makefile.in index 52861425a3..833e726212 100644 --- a/binutils/Makefile.in +++ b/binutils/Makefile.in @@ -1190,7 +1190,7 @@ sysroff.h: sysinfo$(EXEEXT_FOR_BUILD) sysroff.info sysinfo$(EXEEXT_FOR_BUILD): sysinfo.o syslex.o $(CC_FOR_BUILD) $(CFLAGS) $(LDFLAGS) -o $@ sysinfo.o syslex.o -syslex.o: syslex.c +syslex.o: syslex.c sysinfo.h config.h if [ -r syslex.c ]; then \ $(CC_FOR_BUILD) -c -I. $(AM_CFLAGS) $(CFLAGS) syslex.c -Wno-error ; \ else \