Changeset 671 for trunk/kBuild/tools


Ignore:
Timestamp:
Dec 6, 2006, 5:23:57 AM (19 years ago)
Author:
bird
Message:

fixed typo.

File:
1 edited

Legend:

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

    r667 r671  
    2929# Tool Specific Properties
    3030ifndef PATH_TOOL_YASM
    31  PATH_TOOL_YASM := $(sort $(wildcard $(PATH_DEVTOOL_BLD)/yasm/v*.*))
     31 PATH_TOOL_YASM := $(sort $(wildcard $(PATH_DEVTOOLS_BLD)/yasm/v*.*))
    3232 ifneq ($(PATH_TOOL_YASM),)
    3333  PATH_TOOL_YASM := $(call lastword,$(PATH_TOOL_YASM))
Note: See TracChangeset for help on using the changeset viewer.