aboutsummaryrefslogtreecommitdiff
path: root/binutils/Makefile.in
diff options
context:
space:
mode:
authorRalf Wildenhues <Ralf.Wildenhues@gmx.de>2009-08-23 10:28:49 +0000
committerRalf Wildenhues <Ralf.Wildenhues@gmx.de>2009-08-23 10:28:49 +0000
commit61186d578df8dd0fccd21a6f4e1fe61931d04da8 (patch)
tree2c2f5dcd6194072e2a3dc499468863a735490999 /binutils/Makefile.in
parent411a4919996ee9c621feb5119b56f73d9a5631aa (diff)
downloadfsf-binutils-gdb-61186d578df8dd0fccd21a6f4e1fe61931d04da8.zip
fsf-binutils-gdb-61186d578df8dd0fccd21a6f4e1fe61931d04da8.tar.gz
fsf-binutils-gdb-61186d578df8dd0fccd21a6f4e1fe61931d04da8.tar.bz2
Minor dependency fix for syslex.o in binutils.
binutils/: * Makefile.am (syslex.o): Depend on sysinfo.h config.h. * Makefile.in: Regenerate.
Diffstat (limited to 'binutils/Makefile.in')
-rw-r--r--binutils/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/binutils/Makefile.in b/binutils/Makefile.in
index 5286142..833e726 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 \