diff options
author | Janis Johnson <janis@gcc.gnu.org> | 2006-11-21 20:22:18 +0000 |
---|---|---|
committer | Janis Johnson <janis@gcc.gnu.org> | 2006-11-21 20:22:18 +0000 |
commit | 8cbb6f962c9c01f941119a50698a3f49f07546e3 (patch) | |
tree | 903bf5a0e8694684ad9d82f07efee9d1ca7795e0 /libdecnumber | |
parent | 200d648149c0f505e0b1962e30f7f6975077fdbf (diff) | |
download | gcc-8cbb6f962c9c01f941119a50698a3f49f07546e3.tar.gz |
* Makefile.in: Don't include decRound in library used by compiler.
From-SVN: r119064
Diffstat (limited to 'libdecnumber')
-rw-r--r-- | libdecnumber/ChangeLog | 5 | ||||
-rw-r--r-- | libdecnumber/Makefile.in | 2 |
2 files changed, 5 insertions, 2 deletions
diff --git a/libdecnumber/ChangeLog b/libdecnumber/ChangeLog index fbc3e6ecf33..5810ffff2d2 100644 --- a/libdecnumber/ChangeLog +++ b/libdecnumber/ChangeLog @@ -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> diff --git a/libdecnumber/Makefile.in b/libdecnumber/Makefile.in index c020e0b7a07..8e0849cdb28 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 |