From e29d85335825bd583d931f257a9c7794dd560f65 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Axel=20D=C3=B6rfler?= Date: Tue, 24 Jun 2003 22:54:28 +0000 Subject: [PATCH] Renamed OBOS_BOOT_LIB to OBOS_BOOT_PLATFORM git-svn-id: file:///srv/svn/repos/haiku/trunk/current@3647 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- Jamrules | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Jamrules b/Jamrules index 99fa66b37c..3b673520f1 100644 --- a/Jamrules +++ b/Jamrules @@ -71,12 +71,12 @@ switch $(TARGET_CPU) { OBOS_TARGET_TYPE ?= "application/x-vnd.Be-elfexecutable" ; } DEFINES += __POWERPC__ ; - OBOS_BOOT_LIB = openfirmware ; + OBOS_BOOT_PLATFORM = openfirmware ; } case x86 : { # nothing special to do here... - OBOS_BOOT_LIB = bios_ia32 ; + OBOS_BOOT_PLATFORM = bios_ia32 ; } case * : Exit "Currently unsupported build platform:" $(TARGET_CPU) ;