aboutsummaryrefslogtreecommitdiff
path: root/libiberty
diff options
context:
space:
mode:
authorJeff Law <law@redhat.com>2000-05-30 21:08:32 +0000
committerJeff Law <law@redhat.com>2000-05-30 21:08:32 +0000
commit77bfb69416ecd3135e8d5e6578a677ab6ad4f971 (patch)
treefd12cf005f84009034850b1a5c210d08ea0e549d /libiberty
parent4db6cb88da165c12ffb33573911f3105992f9033 (diff)
downloadfsf-binutils-gdb-77bfb69416ecd3135e8d5e6578a677ab6ad4f971.zip
fsf-binutils-gdb-77bfb69416ecd3135e8d5e6578a677ab6ad4f971.tar.gz
fsf-binutils-gdb-77bfb69416ecd3135e8d5e6578a677ab6ad4f971.tar.bz2
* Makefile.in (objalloc.o): Depend on config.h
Diffstat (limited to 'libiberty')
-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 8e63f17..3676c4b 100644
--- a/libiberty/ChangeLog
+++ b/libiberty/ChangeLog
@@ -1,3 +1,7 @@
+Tue May 30 15:07:52 2000 Jeffrey A Law (law@cygnus.com)
+
+ * Makefile.in (objalloc.o): Depend on config.h
+
2000-05-29 Zack Weinberg <zack@wolery.cumb.org>
* hashtab.c, partition.c, xmemdup.c: Include string.h
diff --git a/libiberty/Makefile.in b/libiberty/Makefile.in
index 34e5ee0..d7052ad 100644
--- a/libiberty/Makefile.in
+++ b/libiberty/Makefile.in
@@ -271,7 +271,7 @@ getruntime.o: config.h $(INCDIR)/libiberty.h
hex.o: $(INCDIR)/libiberty.h
floatformat.o: $(INCDIR)/floatformat.h
mkstemps.o: config.h
-objalloc.o: $(INCDIR)/objalloc.h
+objalloc.o: config.h $(INCDIR)/objalloc.h
obstack.o: config.h $(INCDIR)/obstack.h
partition.o: config.h $(INCDIR)/partition.h
pexecute.o: config.h $(INCDIR)/libiberty.h