]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
* Makefile.in: Don't include decRound in library used by compiler.
authorJanis Johnson <janis@gcc.gnu.org>
Tue, 21 Nov 2006 20:22:18 +0000 (20:22 +0000)
committerJanis Johnson <janis@gcc.gnu.org>
Tue, 21 Nov 2006 20:22:18 +0000 (20:22 +0000)
From-SVN: r119064

libdecnumber/ChangeLog
libdecnumber/Makefile.in

index fbc3e6ecf33251ecac736fa8a1341438bfebb6c4..5810ffff2d2436d821bfc7916d27f022b6249942 100644 (file)
@@ -1,5 +1,8 @@
-2006-10-10  Brooks Moses  <bmoses@stanford.edu>
+2006-11-21  Janis Johnson  <janis187@us.ibm.com>
 
+       * Makefile.in: Don't include decRound in library used by compiler.
+
+2006-10-10  Brooks Moses  <bmoses@stanford.edu> 
        * Makefile.in: Added empty "pdf" target.
 
 2006-09-15  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
index c020e0b7a0733942c45ddf7db391bdb6c7f3106b..8e0849cdb28bfdb16cd6ae2bc160d2ddafefcbc1 100644 (file)
@@ -60,7 +60,7 @@ libdecnumber_a_OBJS = decNumber.o decContext.o decUtility.o \
 libdecnumber_a_SOURCES = decContext.c decContext.h decDPD.h \
        decNumber.c decNumber.h decNumberLocal.h \
        decUtility.c decUtility.h \
-       decRound.c decimal128.c decimal128.h decimal32.c decimal32.h \
+       decimal128.c decimal128.h decimal32.c decimal32.h \
        decimal64.c decimal64.h
 
 all: libdecnumber.a