aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff Law <law@gcc.gnu.org>2000-05-30 15:06:31 -0600
committerJeff Law <law@gcc.gnu.org>2000-05-30 15:06:31 -0600
commite483d5cc05a7bba195210b099a3c47694ffc01eb (patch)
tree8de94c2fce59e2099f0edf5d05410a93f93a9559
parent48b710ddb7229173c0461929d966248a60a30098 (diff)
downloadgcc-e483d5cc05a7bba195210b099a3c47694ffc01eb.zip
gcc-e483d5cc05a7bba195210b099a3c47694ffc01eb.tar.gz
gcc-e483d5cc05a7bba195210b099a3c47694ffc01eb.tar.bz2
* Makefile.in (objalloc.o): Depend on config.h
From-SVN: r34275
-rw-r--r--libiberty/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/libiberty/Makefile.in b/libiberty/Makefile.in
index 9a476f3..d4766a9 100644
--- a/libiberty/Makefile.in
+++ b/libiberty/Makefile.in
@@ -272,7 +272,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