hmmm... need to learn how to alphabetize ;-)

git-svn-id: file:///srv/svn/repos/haiku/trunk/current@1701 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Daniel Reinhold 2002-10-26 21:16:55 +00:00
parent a9a82bf002
commit 0029fd4b09
2 changed files with 3 additions and 3 deletions

View File

@ -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

View File

@ -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