Browse Source

Minor dependency fix for syslex.o in binutils.

binutils/:
	* Makefile.am (syslex.o): Depend on sysinfo.h config.h.
	* Makefile.in: Regenerate.
gdb_7_0-branch
Ralf Wildenhues 17 years ago
parent
commit
61186d578d
  1. 5
      binutils/ChangeLog
  2. 2
      binutils/Makefile.am
  3. 2
      binutils/Makefile.in

5
binutils/ChangeLog

@ -1,3 +1,8 @@
2009-08-23 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
* Makefile.am (syslex.o): Depend on sysinfo.h config.h.
* Makefile.in: Regenerate.
2009-08-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
* Makefile.am (AM_CPPFLAGS): Renamed from ...

2
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 \

2
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 \

Loading…
Cancel
Save