* Makefile.in (concat.o): Depend on config.h.
From-SVN: r44622
This commit is contained in:
parent
1310497511
commit
4e627c4144
@ -1,3 +1,7 @@
|
||||
2001-08-03 Richard Henderson <rth@redhat.com>
|
||||
|
||||
* Makefile.in (concat.o): Depend on config.h.
|
||||
|
||||
2001-07-30 Andreas Jaeger <aj@suse.de>
|
||||
|
||||
* concat.c: Include "config.h".
|
||||
|
@ -260,7 +260,7 @@ argv.o: config.h $(INCDIR)/libiberty.h
|
||||
basename.o: $(INCDIR)/libiberty.h
|
||||
choose-temp.o: config.h
|
||||
clock.o: config.h
|
||||
concat.o: $(INCDIR)/libiberty.h
|
||||
concat.o: config.h $(INCDIR)/libiberty.h
|
||||
cplus-dem.o: config.h $(INCDIR)/demangle.h
|
||||
cp-demangle.o: config.h $(INCDIR)/dyn-string.h $(INCDIR)/demangle.h
|
||||
dyn-string.o: config.h $(INCDIR)/dyn-string.h
|
||||
|
Loading…
Reference in New Issue
Block a user