OSDN Git Service

* mingwex/Makefile.in (LIB_OBJS): Revert accidental removal.
authordannysmith <dannysmith>
Fri, 22 Jun 2007 10:22:49 +0000 (10:22 +0000)
committerdannysmith <dannysmith>
Fri, 22 Jun 2007 10:22:49 +0000 (10:22 +0000)
Good night all.

winsup/mingw/ChangeLog
winsup/mingw/mingwex/Makefile.in

index 0a345e0..1d9bd73 100644 (file)
@@ -1,5 +1,9 @@
 2007-06-22  Danny Smith  <dannysmith@users.sourceforge.net>
 
+       * mingwex/Makefile.in (LIB_OBJS): Revert accidental removal.
+
+2007-06-22  Danny Smith  <dannysmith@users.sourceforge.net>
+
        Add POSIX binary tree search API.
 
        * mingwex/tfind.c: New file.
index d6907da..3471c24 100644 (file)
@@ -191,6 +191,8 @@ GDTOA_OBJS = \
        dmisc.o dtoa.o g__fmt.o g_dfmt.o g_ffmt.o g_xfmt.o gdtoa.o \
        gethex.o gmisc.o hd_init.o hexnan.o misc.o smisc.o \
        strtodg.o strtodnrp.o strtof.o strtopx.o sum.o ulp.o
+
+LIB_OBJS = $(Q8_OBJS)  $(CTYPE_OBJS) $(STDLIB_STUB_OBJS) \
        $(STDIO_OBJS) $(MATH_OBJS)  $(FENV_OBJS) \
        $(POSIX_OBJS) $(REPLACE_OBJS) $(COMPLEX_OBJS) \
        $(GDTOA_OBJS)