Ignore:
Timestamp:
Dec 4, 2006, 12:41:26 AM (19 years ago)
Author:
bird
Message:

PATH_DEV -> PATH_DEV_BLD w/ compatability hack.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/kBuild/tools/ALP.kmk

    r380 r650  
    2828TOOL_ALP                     := IBM Assembly Language Processor
    2929#ifndef PATH_TOOL_ALP
    30 #PATH_TOOL_ALP                := $(sort $(wildcard $(PATH_DEV)/$(BUILD_PLATFORM_ARCH).$(BUILD_PLATFORM)/alp/v*.*))
     30#PATH_TOOL_ALP                := $(sort $(wildcard $(PATH_DEV_BLD)/alp/v*.*))
    3131#ifneq ($(PATH_TOOL_ALP),)
    3232#PATH_TOOL_ALP                := $(call lastword,$(PATH_TOOL_ALP))
Note: See TracChangeset for help on using the changeset viewer.