merge from gcc
This commit is contained in:
parent
af233ead9f
commit
cc5144f8c0
2 changed files with 5 additions and 1 deletions
|
@ -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>
|
||||
|
||||
* regex.c: Declare wcs functions only if compiling with
|
||||
|
|
|
@ -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 a new issue