From 4f9b08dffa9fccf8d0ef18278eebf6474097a389 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Axel=20D=C3=B6rfler?= Date: Fri, 9 Dec 2005 20:48:44 +0000 Subject: [PATCH] Obviously, atan.c is needed after all. This should fix the build again. git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@15456 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- src/system/libroot/posix/math/Jamfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/system/libroot/posix/math/Jamfile b/src/system/libroot/posix/math/Jamfile index 7902285d5a..af51d59ad0 100644 --- a/src/system/libroot/posix/math/Jamfile +++ b/src/system/libroot/posix/math/Jamfile @@ -10,7 +10,7 @@ MergeObject posix_math.o : acosh.c asincos.c asinh.c -# atan.c + atan.c atanh.c cabs.c cbrt.c