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/MASM510.kmk

    r2726 r2750  
    3636# Tool Specific Properties
    3737ifndef TOOL_MASM510_AS
    38  TOOL_MASM510_AS := $(firstword $(rsort $(wildcard $(KBUILD_DEVTOOLS_BLD)/masm/v5.10*/masm$(HOSTSUFF_EXE))))
     38 TOOL_MASM510_AS := $(firstword $(rsort $(wildcard $(KBUILD_DEVTOOLS_HST)/masm/v5.10*/masm$(HOSTSUFF_EXE))))
    3939 ifeq ($(TOOL_MASM510_AS),)
    4040  TOOL_MASM510_AS := $(firstword $(rsort $(wildcard $(KBUILD_DEVTOOLS_TRG)/masm/v5.10*/masm$(HOSTSUFF_EXE))))
Note: See TracChangeset for help on using the changeset viewer.