summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrth <rth@138bc75d-0d04-0410-961f-82ee72b054a4>2001-08-04 00:36:49 +0000
committerrth <rth@138bc75d-0d04-0410-961f-82ee72b054a4>2001-08-04 00:36:49 +0000
commit2644ae20290060e1a751b1d361bd32abe693d97f (patch)
tree4b328d8707da5ac1bf4ace7202c200e58922ed0b
parentf97c71a1d54442d59f290950d87736fb4674b030 (diff)
downloadgcc-2644ae20290060e1a751b1d361bd32abe693d97f.tar.gz
* Makefile.in (concat.o): Depend on config.h.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@44622 138bc75d-0d04-0410-961f-82ee72b054a4
-rw-r--r--libiberty/ChangeLog4
-rw-r--r--libiberty/Makefile.in2
2 files changed, 5 insertions, 1 deletions
diff --git a/libiberty/ChangeLog b/libiberty/ChangeLog
index fc312e664d8..e847545fe52 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>
* concat.c: Include "config.h".
diff --git a/libiberty/Makefile.in b/libiberty/Makefile.in
index 0cded6b6f65..226f7d1ca8f 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