Removed bzero.c and bzero.c from the build for now.

git-svn-id: file:///srv/svn/repos/haiku/trunk/current@1121 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Axel Dörfler 2002-09-23 02:39:41 +00:00
parent 4e3c12c0af
commit beb8d9fd79

View File

@ -15,8 +15,6 @@ KernelStaticLibraryObjects libkern.a :
<$(SOURCE_GRIST)!libc!stdlib>rand.o
<$(SOURCE_GRIST)!libc!stdlib>random.o
<$(SOURCE_GRIST)!libc!string>bcopy.o
<$(SOURCE_GRIST)!libc!string>bzero.o
<$(SOURCE_GRIST)!libc!string>memchr.o
<$(SOURCE_GRIST)!libc!string>memcmp.o
<$(SOURCE_GRIST)!libc!string>memcpy.o
@ -321,8 +319,6 @@ KernelStaticLibraryObjects libc.a :
<$(SOURCE_GRIST)!libc!stdlib>strtoq.o
<$(SOURCE_GRIST)!libc!stdlib>strtouq.o
<$(SOURCE_GRIST)!libc!string>bcopy.o
<$(SOURCE_GRIST)!libc!string>bzero.o
<$(SOURCE_GRIST)!libc!string>memchr.o
<$(SOURCE_GRIST)!libc!string>memcmp.o
<$(SOURCE_GRIST)!libc!string>memcpy.o
@ -451,8 +447,6 @@ KernelLd libc.so :
<$(SOURCE_GRIST)!libc!stdlib>strtoq.o
<$(SOURCE_GRIST)!libc!stdlib>strtouq.o
<$(SOURCE_GRIST)!libc!string>bcopy.o
<$(SOURCE_GRIST)!libc!string>bzero.o
<$(SOURCE_GRIST)!libc!string>memchr.o
<$(SOURCE_GRIST)!libc!string>memcmp.o
<$(SOURCE_GRIST)!libc!string>memcpy.o