Changeset 2726 for trunk/kBuild/tools/OPENWATCOM.kmk
- Timestamp:
- Feb 27, 2014, 12:23:54 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/kBuild/tools/OPENWATCOM.kmk
r2663 r2726 5 5 6 6 # 7 # Copyright (c) 2008-201 0 knut st. osmundsen <bird-kBuild-spamx@anduin.net>7 # Copyright (c) 2008-2014 knut st. osmundsen <bird-kBuild-spam-xiv@anduin.net> 8 8 # 9 9 # This file is part of kBuild. … … 36 36 ifeq ($(PATH_TOOL_OPENWATCOM),) 37 37 ifeq ($(PATH_TOOL_OPENWATCOM),) 38 PATH_TOOL_OPENWATCOM := $(wildcard $( PATH_DEVTOOLS_BLD)/openwatcom/v*)38 PATH_TOOL_OPENWATCOM := $(wildcard $(KBUILD_DEVTOOLS_BLD)/openwatcom/v*) 39 39 endif 40 40 ifeq ($(PATH_TOOL_OPENWATCOM),) 41 PATH_TOOL_OPENWATCOM := $(wildcard $( PATH_DEVTOOLS_TRG)/openwatcom/v*)41 PATH_TOOL_OPENWATCOM := $(wildcard $(KBUILD_DEVTOOLS_TRG)/openwatcom/v*) 42 42 endif 43 43 ifeq ($(PATH_TOOL_OPENWATCOM),) 44 PATH_TOOL_OPENWATCOM := $(wildcard $( PATH_DEVTOOLS)/common/openwatcom/v*)44 PATH_TOOL_OPENWATCOM := $(wildcard $(KBUILD_DEVTOOLS)/common/openwatcom/v*) 45 45 endif 46 46 ifeq ($(PATH_TOOL_OPENWATCOM)$(KBUILD_HOST),os2)
Note:
See TracChangeset
for help on using the changeset viewer.