Changeset 2726 for trunk/kBuild/tools/YASM.kmk
- Timestamp:
- Feb 27, 2014, 12:23:54 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/kBuild/tools/YASM.kmk
r2694 r2726 5 5 6 6 # 7 # Copyright (c) 2006-201 3 knut st. osmundsen <bird-kBuild-spamx@anduin.net>7 # Copyright (c) 2006-2014 knut st. osmundsen <bird-kBuild-spam-xiv@anduin.net> 8 8 # 9 9 # This file is part of kBuild. … … 36 36 # Tool Specific Properties 37 37 ifndef PATH_TOOL_YASM 38 PATH_TOOL_YASM := $(sort $(wildcard $( PATH_DEVTOOLS_BLD)/yasm/v*.*))38 PATH_TOOL_YASM := $(sort $(wildcard $(KBUILD_DEVTOOLS_BLD)/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.