diff options
Diffstat (limited to 'libiberty/Makefile.in')
-rw-r--r-- | libiberty/Makefile.in | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/libiberty/Makefile.in b/libiberty/Makefile.in index f4d4d69f619..c38cd260089 100644 --- a/libiberty/Makefile.in +++ b/libiberty/Makefile.in @@ -117,7 +117,7 @@ CFILES = asprintf.c alloca.c argv.c atexit.c basename.c bcmp.c bcopy.c \ getruntime.c floatformat.c hex.c index.c insque.c memchr.c \ memcmp.c memcpy.c memmove.c memset.c mkstemp.c objalloc.c obstack.c \ pexecute.c random.c rename.c rindex.c sigsetmask.c spaces.c \ - strcasecmp.c strncasecmp.c strchr.c strdup.c strerror.c \ + splay-tree.o strcasecmp.c strncasecmp.c strchr.c strdup.c strerror.c \ strrchr.c strsignal.c strstr.c strtod.c strtol.c strtoul.c \ tmpnam.c vasprintf.c vfork.c vfprintf.c vprintf.c vsprintf.c \ waitpid.c xatexit.c xexit.c xmalloc.c xstrdup.c xstrerror.c @@ -125,8 +125,9 @@ CFILES = asprintf.c alloca.c argv.c atexit.c basename.c bcmp.c bcopy.c \ # These are always included in the library. REQUIRED_OFILES = argv.o choose-temp.o concat.o cplus-dem.o \ fdmatch.o fnmatch.o getopt.o getopt1.o getruntime.o hex.o \ - floatformat.o mkstemp.o objalloc.o obstack.o pexecute.o spaces.o strerror.o \ - strsignal.o xatexit.o xexit.o xmalloc.o xstrdup.o xstrerror.o + floatformat.o mkstemp.o objalloc.o obstack.o pexecute.o spaces.o \ + splay-tree.o strerror.o strsignal.o xatexit.o xexit.o xmalloc.o \ + xstrdup.o xstrerror.o $(TARGETLIB): $(REQUIRED_OFILES) $(EXTRA_OFILES) $(LIBOBJS) $(ALLOCA) rm -f $(TARGETLIB) @@ -236,6 +237,7 @@ objalloc.o: $(INCDIR)/objalloc.h obstack.o: config.h $(INCDIR)/obstack.h pexecute.o: config.h $(INCDIR)/libiberty.h spaces.o: $(INCDIR)/libiberty.h +splay-tree.o: $(INCDIR)/libiberty.h $(INCDIR)/splay-tree.h $(INCDIR)/ansidecl.h strerror.o: config.h $(INCDIR)/libiberty.h strsignal.o: config.h $(INCDIR)/libiberty.h xatexit.o: $(INCDIR)/libiberty.h |