aboutsummaryrefslogtreecommitdiff
path: root/libiberty/Makefile.in
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/Makefile.in
parent4db6cb88da165c12ffb33573911f3105992f9033 (diff)
downloadgdb-77bfb69416ecd3135e8d5e6578a677ab6ad4f971.zip
gdb-77bfb69416ecd3135e8d5e6578a677ab6ad4f971.tar.gz
gdb-77bfb69416ecd3135e8d5e6578a677ab6ad4f971.tar.bz2
* Makefile.in (objalloc.o): Depend on config.h
Diffstat (limited to 'libiberty/Makefile.in')
-rw-r--r--libiberty/Makefile.in2
1 files changed, 1 insertions, 1 deletions
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