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

    r2726 r2750  
    3636# Tool Specific Properties
    3737ifndef TOOL_WGET_FETCH
    38  TOOL_WGET_FETCH := $(wildcard $(KBUILD_DEVTOOLS_BLD)/wget/v*/wget$(HOSTSUFF_EXE))
     38 TOOL_WGET_FETCH := $(wildcard $(KBUILD_DEVTOOLS_HST)/wget/v*/wget$(HOSTSUFF_EXE))
    3939 ifneq ($(TOOL_WGET_FETCH),)
    40   TOOL_WGET_FETCH := $(wildcard $(KBUILD_DEVTOOLS_BLD)/bin/wget$(HOSTSUFF_EXE))
     40  TOOL_WGET_FETCH := $(wildcard $(KBUILD_DEVTOOLS_HST)/bin/wget$(HOSTSUFF_EXE))
    4141 endif
    4242 ifneq ($(TOOL_WGET_FETCH),)
Note: See TracChangeset for help on using the changeset viewer.