* Makefile.in: Don't include decRound in library used by compiler.

From-SVN: r119064
This commit is contained in:
Janis Johnson 2006-11-21 20:22:18 +00:00
parent 200d648149
commit 8cbb6f962c
2 changed files with 5 additions and 2 deletions

View 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. * Makefile.in: Added empty "pdf" target.
2006-09-15 Kaveh R. Ghazi <ghazi@caip.rutgers.edu> 2006-09-15 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>

View file

@ -60,7 +60,7 @@ libdecnumber_a_OBJS = decNumber.o decContext.o decUtility.o \
libdecnumber_a_SOURCES = decContext.c decContext.h decDPD.h \ libdecnumber_a_SOURCES = decContext.c decContext.h decDPD.h \
decNumber.c decNumber.h decNumberLocal.h \ decNumber.c decNumber.h decNumberLocal.h \
decUtility.c decUtility.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 decimal64.c decimal64.h
all: libdecnumber.a all: libdecnumber.a