Fix build for R5

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@19162 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
DarkWyrm 2006-11-01 01:51:29 +00:00
parent 8f38753043
commit ef6d0e7858

View File

@ -2,7 +2,7 @@ SubDir HAIKU_TOP src preferences sounds ;
SetSubDirSupportedPlatformsBeOSCompatible ;
if $(TARGET_PLATFORM) != haiku {
if $(TARGET_PLATFORM) = haiku {
SubDirC++Flags -fmultiple-symbol-spaces ;
}