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/JWASM.kmk

    r2578 r2726  
    55
    66#
    7 # Copyright (c) 2012 knut st. osmundsen <bird-kBuild-spamx@anduin.net>
     7# Copyright (c) 2012-2014 knut st. osmundsen <bird-kBuild-spam-xiv@anduin.net>
    88#
    99# This file is part of kBuild.
     
    3737# Tool Specific Properties
    3838ifndef TOOL_JWASM_AS
    39  TOOL_JWASM_AS := $(firstword $(rsort $(wildcard $(PATH_DEVTOOLS_BLD)/jwasm/*/jwasm$(HOSTSUFF_EXE))))
     39 TOOL_JWASM_AS := $(firstword $(rsort $(wildcard $(KBUILD_DEVTOOLS_BLD)/jwasm/*/jwasm$(HOSTSUFF_EXE))))
    4040 ifeq ($(TOOL_JWASM_AS),)
    41   TOOL_JWASM_AS := $(firstword $(rsort $(wildcard $(PATH_DEVTOOLS_TRG)/jwasm/*/jwasm$(HOSTSUFF_EXE))))
     41  TOOL_JWASM_AS := $(firstword $(rsort $(wildcard $(KBUILD_DEVTOOLS_TRG)/jwasm/*/jwasm$(HOSTSUFF_EXE))))
    4242 endif
    4343endif
Note: See TracChangeset for help on using the changeset viewer.