diff options
author | Jeff Law <law@redhat.com> | 2000-05-30 21:08:32 +0000 |
---|---|---|
committer | Jeff Law <law@redhat.com> | 2000-05-30 21:08:32 +0000 |
commit | f9c82565d21696b1770392c42c646a4f4a137376 (patch) | |
tree | 63a001b12fc819fcdceed1a45bbc70206b62b9d0 /libiberty/Makefile.in | |
parent | f9af57bc6f317936802389a154f29400f3118951 (diff) | |
download | gdb-f9c82565d21696b1770392c42c646a4f4a137376.tar.gz |
* Makefile.in (objalloc.o): Depend on config.h
Diffstat (limited to 'libiberty/Makefile.in')
-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 34e5ee011a7..d7052ad2965 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 |