Ignore:
Timestamp:
Sep 8, 2008, 4:36:03 AM (17 years ago)
Author:
bird
Message:

subheader/footer: Fixed DEFPATH/PATH property. Either should be usable for a while until PATH is dropped.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/kBuild/subfooter.kmk

    r1755 r1772  
    4444define def_subheader
    4545 ifndef $(target)_PATH
    46   $(target)_PATH := $(PATH_SUB_CURRENT)
    47  endif
    48  ifndef $(target)_DEFPATH
    49   $(target)_DEFPATH := $(PATH_SUB_CURRENT)
     46  ifdef $(target)_DEFPATH
     47   $(target)_PATH := $($(target)_DEFPATH)
     48  else
     49   $(target)_PATH := $(PATH_SUB_CURRENT)
     50  endif
     51 else ifndef $(target)_DEFPATH
     52  $(target)_DEFPATH := $($(target)_PATH)
    5053 endif
    5154 ifndef $(target)_MAKEFILE
Note: See TracChangeset for help on using the changeset viewer.