Changeset 671 for trunk/kBuild/tools
- Timestamp:
- Dec 6, 2006, 5:23:57 AM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/kBuild/tools/YASM.kmk
r667 r671 29 29 # Tool Specific Properties 30 30 ifndef 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*.*)) 32 32 ifneq ($(PATH_TOOL_YASM),) 33 33 PATH_TOOL_YASM := $(call lastword,$(PATH_TOOL_YASM))
Note:
See TracChangeset
for help on using the changeset viewer.