VirtualBox

Changeset 6012

Show
Ignore:
Timestamp:
12/08/07 00:36:35 (1 year ago)
Author:
vboxsync
Message:

It's BUILD_TARGET not TARGET.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/src/VBox/Runtime/Makefile.kmk

    r6009 r6012  
    3333 # Only build the additions, sort out the legacy names first. 
    3434 # 
    35  ifeq ($(TARGET),linux) 
     35 ifeq ($(BUILD_TARGET),linux) 
    3636  LIBRARIES  = RuntimeLnx32GuestR0 RuntimeLnx32GuestR3 
    37  else ifeq ($(TARGET),os2) 
     37 else ifeq ($(BUILD_TARGET),os2) 
    3838  LIBRARIES  = RuntimeOS2GuestR0 RuntimeOS2GuestR3 #RuntimeOS2Warp3GuestR0 
    39  else ifeq ($(TARGET),win) 
     39 else ifeq ($(BUILD_TARGET),win) 
    4040  LIBRARIES = RuntimeW32GuestR0 RuntimeW32GuestR3 RuntimeW32NT4GuestR0 
    4141 else 

© 2008 Sun Microsystems, Inc.
ContactPrivacy policy