diff options
author | rth <rth@138bc75d-0d04-0410-961f-82ee72b054a4> | 2000-08-29 04:35:59 +0000 |
---|---|---|
committer | rth <rth@138bc75d-0d04-0410-961f-82ee72b054a4> | 2000-08-29 04:35:59 +0000 |
commit | d74245d4edeba5924820f298164cfa46b3b8596c (patch) | |
tree | 8e91e7e56000564e9e92b06d21103107fb5a7a2c /libiberty/Makefile.in | |
parent | 83669f96ba2854c2674113ce2f430c3dd724469e (diff) | |
download | gcc-d74245d4edeba5924820f298164cfa46b3b8596c.tar.gz |
* Makefile.in (md5.o): Depend on config.h.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@36029 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libiberty/Makefile.in')
-rw-r--r-- | libiberty/Makefile.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libiberty/Makefile.in b/libiberty/Makefile.in index c46d9dd1b56..62a97dcf0f6 100644 --- a/libiberty/Makefile.in +++ b/libiberty/Makefile.in @@ -276,6 +276,7 @@ getruntime.o: config.h $(INCDIR)/libiberty.h hex.o: $(INCDIR)/libiberty.h floatformat.o: $(INCDIR)/floatformat.h mkstemps.o: config.h +md5.o: config.h objalloc.o: config.h $(INCDIR)/objalloc.h obstack.o: config.h $(INCDIR)/obstack.h partition.o: config.h $(INCDIR)/partition.h |