Adjusted gcc2 work-around to renamed file.

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@34418 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Ingo Weinhold
2009-12-01 17:07:10 +00:00
parent bd185b4117
commit ba829ba0f9
+2 -2
View File
@@ -1108,10 +1108,10 @@ if $(HAIKU_GCC_VERSION[1]) = 2 {
# Work-around for GCC 2 problem -- despite -Wno-multichar it reports
# multichar warnings in headers/private/kernel/debugger_keymaps.h included by
# src/system/kernel/arch/x86/arch_debug_console.c.
# src/system/kernel/arch/x86/arch_debug_console.cpp.
if $(HAIKU_GCC_VERSION[1]) = 2 {
local file = <src!system!kernel!arch!x86>arch_debug_console.o ;
CCFLAGS on $(file) = [ on $(file) return $(CCFLAGS) ] ;
C++FLAGS on $(file) = [ on $(file) return $(C++FLAGS) ] ;
}
if $(HAIKU_NO_WERROR) != 1 {