From a9a82bf0028f842f0d86b130e883f58cf4cb4773 Mon Sep 17 00:00:00 2001 From: Daniel Reinhold Date: Sat, 26 Oct 2002 21:11:12 +0000 Subject: [PATCH] added math_globals to libroot/posix/math build git-svn-id: file:///srv/svn/repos/haiku/trunk/current@1700 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- src/kernel/Jamfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/kernel/Jamfile b/src/kernel/Jamfile index 5dee69e4ac..8fdc6fd3d1 100644 --- a/src/kernel/Jamfile +++ b/src/kernel/Jamfile @@ -501,7 +501,8 @@ KernelLd libroot.so : <$(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>pow.o + <$(SOURCE_GRIST)!libroot!posix!math>math_globals.o <$(SOURCE_GRIST)!libroot!posix!math>sinh.o <$(SOURCE_GRIST)!libroot!posix!math>tanh.o <$(SOURCE_GRIST)!libroot!posix!math>cabs.o