From dd22481e7ac7f92ae71b34b124f5072ddf03f80a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Axel=20D=C3=B6rfler?= Date: Tue, 13 May 2003 02:25:12 +0000 Subject: [PATCH] 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 --- Jamrules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jamrules b/Jamrules index e941852faa..b1f17b2770 100644 --- a/Jamrules +++ b/Jamrules @@ -70,7 +70,7 @@ switch $(TARGET_CPU) { } else { OBOS_TARGET_TYPE ?= "application/x-vnd.Be-elfexecutable" ; } - DEFINES += D__POWERPC__ ; + DEFINES += __POWERPC__ ; } case x86 : {