Changeset 2726 in kBuild for trunk/kBuild/tools/ALP.kmk
- Timestamp:
- Feb 26, 2014 11:23:54 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/kBuild/tools/ALP.kmk
r2413 r2726 5 5 6 6 # 7 # Copyright (c) 2005-201 0 knut st. osmundsen <bird-kBuild-spamx@anduin.net>7 # Copyright (c) 2005-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_ALP 38 PATH_TOOL_ALP := $(sort $(wildcard $( PATH_DEVTOOLS_BLD)/alp/v*.*))38 PATH_TOOL_ALP := $(sort $(wildcard $(KBUILD_DEVTOOLS_BLD)/alp/v*.*)) 39 39 ifneq ($(PATH_TOOL_ALP),) 40 40 PATH_TOOL_ALP := $(call lastword,$(PATH_TOOL_ALP))
Note:
See TracChangeset
for help on using the changeset viewer.