From 4555e63fe4675d15ea2355a84ce5d2cb82180e2e Mon Sep 17 00:00:00 2001 From: Daniel Reinhold Date: Sat, 26 Oct 2002 21:35:26 +0000 Subject: [PATCH] fixed typo git-svn-id: file:///srv/svn/repos/haiku/trunk/current@1704 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- src/kernel/libroot/posix/stdlib/Jamfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/kernel/libroot/posix/stdlib/Jamfile b/src/kernel/libroot/posix/stdlib/Jamfile index 260bf9cfbd..c816d7f15f 100644 --- a/src/kernel/libroot/posix/stdlib/Jamfile +++ b/src/kernel/libroot/posix/stdlib/Jamfile @@ -3,7 +3,7 @@ SubDir OBOS_TOP src kernel libroot posix stdlib ; KernelObjects <$(SOURCE_GRIST)>abs.c <$(SOURCE_GRIST)>assert.c - <$(SOURCE_GRIST)>atoi.c + <$(SOURCE_GRIST)>atof.c <$(SOURCE_GRIST)>atoi.c <$(SOURCE_GRIST)>bsearch.c <$(SOURCE_GRIST)>div.c