Added realpath.c to the build.

git-svn-id: file:///srv/svn/repos/haiku/trunk/current@837 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Axel Dörfler 2002-08-20 10:41:26 +00:00
parent 83a74a6b48
commit 544cb7d33a

View File

@ -313,6 +313,7 @@ KernelStaticLibraryObjects libc.a :
<$(SOURCE_GRIST)!libc!stdlib>radixsort.o
<$(SOURCE_GRIST)!libc!stdlib>rand.o
<$(SOURCE_GRIST)!libc!stdlib>random.o
<$(SOURCE_GRIST)!libc!stdlib>realpath.o
<$(SOURCE_GRIST)!libc!stdlib>strtoq.o
<$(SOURCE_GRIST)!libc!stdlib>strtouq.o
@ -438,6 +439,7 @@ KernelLd libc.so :
<$(SOURCE_GRIST)!libc!stdlib>radixsort.o
<$(SOURCE_GRIST)!libc!stdlib>rand.o
<$(SOURCE_GRIST)!libc!stdlib>random.o
<$(SOURCE_GRIST)!libc!stdlib>realpath.o
<$(SOURCE_GRIST)!libc!stdlib>strtoq.o
<$(SOURCE_GRIST)!libc!stdlib>strtouq.o