From cc5144f8c057ad73fb5cf6337f3f19344055e94b Mon Sep 17 00:00:00 2001 From: DJ Delorie Date: Sat, 4 Aug 2001 01:07:57 +0000 Subject: merge from gcc --- libiberty/ChangeLog | 4 ++++ libiberty/Makefile.in | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) (limited to 'libiberty') 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 + + * Makefile.in (concat.o): Depend on config.h. + 2001-07-30 Andreas Jaeger * 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 -- cgit v1.1