Ignore:
Timestamp:
Jan 23, 2015, 1:24:02 PM (10 years ago)
Author:
bird
Message:

kBuild/tools: s/KBUILD_DEVTOOLS_BLD/KBUILD_DEVTOOLS_HST/g

File:
1 edited

Legend:

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

    r2726 r2750  
    3636# Tool Specific Properties
    3737ifndef PATH_TOOL_NASM
    38  PATH_TOOL_NASM := $(sort $(wildcard $(KBUILD_DEVTOOLS_BLD)/nasm/v*.*))
     38 PATH_TOOL_NASM := $(sort $(wildcard $(KBUILD_DEVTOOLS_HST)/nasm/v*.*))
    3939 ifneq ($(PATH_TOOL_NASM),)
    4040  PATH_TOOL_NASM := $(call lastword,$(PATH_TOOL_NASM))
Note: See TracChangeset for help on using the changeset viewer.