Changeset 2750 for trunk/kBuild/tools/YASM.kmk
- Timestamp:
- Jan 23, 2015, 1:24:02 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/kBuild/tools/YASM.kmk
r2726 r2750 36 36 # Tool Specific Properties 37 37 ifndef PATH_TOOL_YASM 38 PATH_TOOL_YASM := $(sort $(wildcard $(KBUILD_DEVTOOLS_ BLD)/yasm/v*.*))38 PATH_TOOL_YASM := $(sort $(wildcard $(KBUILD_DEVTOOLS_HST)/yasm/v*.*)) 39 39 ifneq ($(PATH_TOOL_YASM),) 40 40 PATH_TOOL_YASM := $(call lastword,$(PATH_TOOL_YASM))
Note:
See TracChangeset
for help on using the changeset viewer.