]> sourceware.org Git - newlib-cygwin.git/commitdiff
* mingwex/Makefile.in (LIB_OBJS): Revert accidental removal.
authorDanny Smith <dannysmith@users.sourceforge.net>
Fri, 22 Jun 2007 10:22:49 +0000 (10:22 +0000)
committerDanny Smith <dannysmith@users.sourceforge.net>
Fri, 22 Jun 2007 10:22:49 +0000 (10:22 +0000)
Good night all.

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

index 0a345e062d600c46b4583c8b9acd8cfbd0a41834..1d9bd735f88d0a376977d5348e6789735dfd1a06 100644 (file)
@@ -1,3 +1,7 @@
+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.
index d6907da87be08f8899c5a33eea7974fd3feac9bd..3471c246c38451b892da0bf212b3ead4c72ca256 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)
This page took 0.035756 seconds and 5 git commands to generate.