diff --git a/src/kernel/Jamfile b/src/kernel/Jamfile index 8fdc6fd3d1..d0e35880c9 100644 --- a/src/kernel/Jamfile +++ b/src/kernel/Jamfile @@ -500,9 +500,9 @@ KernelLd libroot.so : <$(SOURCE_GRIST)!libroot!posix!math>log.o <$(SOURCE_GRIST)!libroot!posix!math>log10.o <$(SOURCE_GRIST)!libroot!posix!math>log1p.o - <$(SOURCE_GRIST)!libroot!posix!math>log__L.o - <$(SOURCE_GRIST)!libroot!posix!math>pow.o + <$(SOURCE_GRIST)!libroot!posix!math>log__L.o <$(SOURCE_GRIST)!libroot!posix!math>math_globals.o + <$(SOURCE_GRIST)!libroot!posix!math>pow.o <$(SOURCE_GRIST)!libroot!posix!math>sinh.o <$(SOURCE_GRIST)!libroot!posix!math>tanh.o <$(SOURCE_GRIST)!libroot!posix!math>cabs.o diff --git a/src/kernel/libroot/posix/math/Jamfile b/src/kernel/libroot/posix/math/Jamfile index 64f5bba1ca..3b9ab3c721 100644 --- a/src/kernel/libroot/posix/math/Jamfile +++ b/src/kernel/libroot/posix/math/Jamfile @@ -26,8 +26,8 @@ KernelObjects <$(SOURCE_GRIST)>log10.c <$(SOURCE_GRIST)>log1p.c <$(SOURCE_GRIST)>log__L.c + <$(SOURCE_GRIST)>math_globals.c <$(SOURCE_GRIST)>pow.c - <$(SOURCE_GRIST)>math_globals.c <$(SOURCE_GRIST)>sincos.c <$(SOURCE_GRIST)>sinh.c <$(SOURCE_GRIST)>tan.c