The DEFINES variable doesn't contain the "D" from the option name (-D...).

git-svn-id: file:///srv/svn/repos/haiku/trunk/current@3234 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Axel Dörfler 2003-05-13 02:25:12 +00:00
parent 9cf09b95ed
commit dd22481e7a
1 changed files with 1 additions and 1 deletions

View File

@ -70,7 +70,7 @@ switch $(TARGET_CPU) {
} else {
OBOS_TARGET_TYPE ?= "application/x-vnd.Be-elfexecutable" ;
}
DEFINES += D__POWERPC__ ;
DEFINES += __POWERPC__ ;
}
case x86 :
{