From: Janis Johnson Date: Tue, 21 Nov 2006 20:22:18 +0000 (+0000) Subject: * Makefile.in: Don't include decRound in library used by compiler. X-Git-Tag: releases/gcc-4.3.0~8354 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8cbb6f962c9c01f941119a50698a3f49f07546e3;p=thirdparty%2Fgcc.git * Makefile.in: Don't include decRound in library used by compiler. From-SVN: r119064 --- diff --git a/libdecnumber/ChangeLog b/libdecnumber/ChangeLog index fbc3e6ecf332..5810ffff2d24 100644 --- a/libdecnumber/ChangeLog +++ b/libdecnumber/ChangeLog @@ -1,5 +1,8 @@ -2006-10-10 Brooks Moses +2006-11-21 Janis Johnson + * Makefile.in: Don't include decRound in library used by compiler. + +2006-10-10 Brooks Moses * Makefile.in: Added empty "pdf" target. 2006-09-15 Kaveh R. Ghazi diff --git a/libdecnumber/Makefile.in b/libdecnumber/Makefile.in index c020e0b7a073..8e0849cdb28b 100644 --- a/libdecnumber/Makefile.in +++ b/libdecnumber/Makefile.in @@ -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