Ignore:
Timestamp:
Feb 27, 2014, 12:23:54 AM (11 years ago)
Author:
bird
Message:

s/PATH_DEVTOOLS/KBUILD_DEVTOOLS/g, (c) & e-mail updates.

File:
1 edited

Legend:

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

    r2694 r2726  
    55
    66#
    7 # Copyright (c) 2006-2013 knut st. osmundsen <bird-kBuild-spamx@anduin.net>
     7# Copyright (c) 2006-2014 knut st. osmundsen <bird-kBuild-spam-xiv@anduin.net>
    88#
    99# This file is part of kBuild.
     
    3636# Tool Specific Properties
    3737ifndef 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*.*))
    3939 ifneq ($(PATH_TOOL_YASM),)
    4040  PATH_TOOL_YASM := $(call lastword,$(PATH_TOOL_YASM))
Note: See TracChangeset for help on using the changeset viewer.