Fixed indentation, still doesn't build correctly on PPC, though.

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@17564 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Axel Dörfler
2006-05-23 12:41:35 +00:00
parent ab61875fe6
commit 06bf290c26
+4 -4
View File
@@ -20,8 +20,8 @@ UseHeaders [ FDirName $(SUBDIR) mesa swrast ] ;
UseHeaders [ FDirName $(SUBDIR) mesa swrast_setup ] ;
{
local defines ;
defines = BEOS_THREADS GNU_ASSEMBLER ;
local defines ;
defines = BEOS_THREADS GNU_ASSEMBLER ;
if $(TARGET_ARCH) = x86 {
defines += USE_X86_ASM USE_MMX_ASM USE_3DNOW_ASM USE_SSE_ASM ;
@@ -31,8 +31,8 @@ UseHeaders [ FDirName $(SUBDIR) mesa swrast_setup ] ;
}
defines = [ FDefines $(defines) ] ;
SubDirCcFlags $(defines) ;
SubDirC++Flags $(defines) ;
SubDirCcFlags $(defines) ;
SubDirC++Flags $(defines) ;
}
local arch_sources ;