diff options
author | DJ Delorie <dj@redhat.com> | 2000-10-12 02:16:48 +0000 |
---|---|---|
committer | DJ Delorie <dj@redhat.com> | 2000-10-12 02:16:48 +0000 |
commit | 74bcd5294fa6894905a705d18c229cbe5ea42b59 (patch) | |
tree | 91ed0f591c548ee0da25c619bee2598d160e028f /libiberty/Makefile.in | |
parent | 3ef20aaa54691fee72c081389787d2787dbf6164 (diff) | |
download | gdb-74bcd5294fa6894905a705d18c229cbe5ea42b59.zip gdb-74bcd5294fa6894905a705d18c229cbe5ea42b59.tar.gz gdb-74bcd5294fa6894905a705d18c229cbe5ea42b59.tar.bz2 |
merge from gcc repository
Diffstat (limited to 'libiberty/Makefile.in')
-rw-r--r-- | libiberty/Makefile.in | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/libiberty/Makefile.in b/libiberty/Makefile.in index 58c07c4..62a97dc 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 @@ -289,8 +290,9 @@ strerror.o: config.h $(INCDIR)/libiberty.h strsignal.o: config.h $(INCDIR)/libiberty.h strtol.o: config.h strtoul.o: config.h +vasprintf.o: config.h xatexit.o: $(INCDIR)/libiberty.h -xexit.o: $(INCDIR)/libiberty.h +xexit.o: config.h $(INCDIR)/libiberty.h xmalloc.o: config.h $(INCDIR)/libiberty.h xmemdup.o: config.h $(INCDIR)/libiberty.h xstrdup.o: config.h $(INCDIR)/libiberty.h |