Ignore:
Timestamp:
Jan 9, 2009, 4:36:01 AM (17 years ago)
Author:
bird
Message:

footer.kmk,subheader.kmk,subfooter.kmk,qt3.kmk,qt4.kmk: PATH_$(target) -> $(target)_0_OUTDIR, old variable is still valid for a while. References #57.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/kBuild/subheader.kmk

    r2084 r2239  
    6767   $(target)_MAKEFILE := $(MAKEFILE_CURRENT)
    6868  endif
    69   ifndef PATH_$(target)
    70    PATH_$(target) := $(call TARGET_PATH,$(target))
     69  ifndef $(target)_0_OUTDIR
     70   $(target)_0_OUTDIR := $(call TARGET_PATH,$(target))
     71   PATH_$(target) := $($(target)_0_OUTDIR)
    7172  endif
    7273 endef
Note: See TracChangeset for help on using the changeset viewer.