Never used strlcpy() when compiled for R5, dunno why Jerome added this.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@13804 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -9,12 +9,6 @@ if ! $(DANO_COMPATIBLE) {
|
||||
SubDirC++Flags $(defines) ;
|
||||
}
|
||||
|
||||
local r5_src = strlcpy.c ;
|
||||
|
||||
if $(HAIKU_COMPATIBLE) {
|
||||
r5_src = ;
|
||||
}
|
||||
|
||||
App DiskProbe :
|
||||
DiskProbe.cpp
|
||||
DataEditor.cpp
|
||||
@@ -26,7 +20,6 @@ App DiskProbe :
|
||||
ProbeView.cpp
|
||||
OpenWindow.cpp
|
||||
FindWindow.cpp
|
||||
$(r5_src)
|
||||
: libbe.so libtracker.so libtranslation.so
|
||||
: DiskProbe.rdef
|
||||
;
|
||||
@@ -34,7 +27,3 @@ App DiskProbe :
|
||||
if $(HAIKU_COMPATIBLE) {
|
||||
LinkSharedOSLibs DiskProbe : libroot.so ;
|
||||
}
|
||||
|
||||
SEARCH on [ FGristFiles
|
||||
strlcpy.c
|
||||
] = [ FDirName $(OBOS_TOP) src system libroot posix string ] ;
|
||||
|
||||
Reference in New Issue
Block a user