Ignore:
Timestamp:
Sep 6, 2008, 5:34:38 AM (17 years ago)
Author:
bird
Message:

Changing <target>_PATH into <target>_DEFPATH. For the moment both are set and _PATH still take precedence.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/kBuild/subheader.kmk

    r1669 r1755  
    5656   $(target)_PATH := $(PATH_SUB_CURRENT)
    5757  endif
     58  ifndef $(target)_DEFPATH
     59   $(target)_DEFPATH := $(PATH_SUB_CURRENT)
     60  endif
    5861  ifndef $(target)_MAKEFILE
    5962   $(target)_MAKEFILE := $(MAKEFILE_CURRENT)
Note: See TracChangeset for help on using the changeset viewer.