diff options
author | DJ Delorie <dj@redhat.com> | 2001-08-04 01:07:57 +0000 |
---|---|---|
committer | DJ Delorie <dj@redhat.com> | 2001-08-04 01:07:57 +0000 |
commit | cc5144f8c057ad73fb5cf6337f3f19344055e94b (patch) | |
tree | 16969f0db5ccbc636d9478897e54168407b85369 /libiberty | |
parent | af233ead9fe2d97bcd7d99106ef1bae94a7fd4b8 (diff) | |
download | fsf-binutils-gdb-cc5144f8c057ad73fb5cf6337f3f19344055e94b.zip fsf-binutils-gdb-cc5144f8c057ad73fb5cf6337f3f19344055e94b.tar.gz fsf-binutils-gdb-cc5144f8c057ad73fb5cf6337f3f19344055e94b.tar.bz2 |
merge from gcc
Diffstat (limited to 'libiberty')
-rw-r--r-- | libiberty/ChangeLog | 4 | ||||
-rw-r--r-- | libiberty/Makefile.in | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/libiberty/ChangeLog b/libiberty/ChangeLog index 82def67..0bd81a6 100644 --- a/libiberty/ChangeLog +++ b/libiberty/ChangeLog @@ -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 diff --git a/libiberty/Makefile.in b/libiberty/Makefile.in index 0cded6b..226f7d1 100644 --- a/libiberty/Makefile.in +++ b/libiberty/Makefile.in @@ -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 |