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

    r2726 r2750  
    3737ifndef TOOL_MASM6PLUS_AS
    3838 TOOL_MASM6PLUS_AS := $(firstword $(rsort $(wildcard \
    39         $(KBUILD_DEVTOOLS_BLD)/masm/*/bin$(if $(eq $(KBUILD_HOST),os2),p,)/ml$(HOSTSUFF_EXE)\
     39        $(KBUILD_DEVTOOLS_HST)/masm/*/bin$(if $(eq $(KBUILD_HOST),os2),p,)/ml$(HOSTSUFF_EXE)\
    4040        )))
    4141 ifeq ($(TOOL_MASM6PLUS_AS),)
    4242  TOOL_MASM6PLUS_AS := $(firstword $(rsort $(wildcard \
    43         $(KBUILD_DEVTOOLS_BLD)/vcc/*/bin/ml$(HOSTSUFF_EXE) \
     43        $(KBUILD_DEVTOOLS_HST)/vcc/*/bin/ml$(HOSTSUFF_EXE) \
    4444        )))
    4545 endif
Note: See TracChangeset for help on using the changeset viewer.