diff options
| author | law <law@138bc75d-0d04-0410-961f-82ee72b054a4> | 2000-05-30 21:06:31 +0000 |
|---|---|---|
| committer | law <law@138bc75d-0d04-0410-961f-82ee72b054a4> | 2000-05-30 21:06:31 +0000 |
| commit | d69b39dc9a2ddd42322710c58df143704ff78099 (patch) | |
| tree | 8de94c2fce59e2099f0edf5d05410a93f93a9559 | |
| parent | 66d9dc73c26051e6cdc0e3bfa32ad6309ac5ec59 (diff) | |
| download | ppe42-gcc-d69b39dc9a2ddd42322710c58df143704ff78099.tar.gz ppe42-gcc-d69b39dc9a2ddd42322710c58df143704ff78099.zip | |
* Makefile.in (objalloc.o): Depend on config.h
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@34275 138bc75d-0d04-0410-961f-82ee72b054a4
| -rw-r--r-- | libiberty/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libiberty/Makefile.in b/libiberty/Makefile.in index 9a476f31139..d4766a9fc6a 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 |

