Changeset 1783


Ignore:
Timestamp:
Sep 13, 2008, 12:42:34 AM (17 years ago)
Author:
bird
Message:

subheader/footer.kmk: Fixed missing DEFPATH assignment.

Location:
trunk/kBuild
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/kBuild/subfooter.kmk

    r1772 r1783  
    4848  else
    4949   $(target)_PATH := $(PATH_SUB_CURRENT)
     50   $(target)_DEFPATH := $(PATH_SUB_CURRENT)
    5051  endif
    5152 else ifndef $(target)_DEFPATH
  • trunk/kBuild/subheader.kmk

    r1772 r1783  
    5858   else
    5959    $(target)_PATH := $(PATH_SUB_CURRENT)
     60    $(target)_DEFPATH := $(PATH_SUB_CURRENT)
    6061   endif
    6162  else ifndef $(target)_DEFPATH
Note: See TracChangeset for help on using the changeset viewer.