Changeset 2318


Ignore:
Timestamp:
Mar 19, 2009, 9:35:46 PM (16 years ago)
Author:
bird
Message:

footer.kmk: No need to apply defpath to 2_OBJS wholesale fashion, the handler(s) will do this. Fixes #86.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/kBuild/footer.kmk

    r2274 r2318  
    24112411# Adjust paths if we got a default path.
    24122412ifneq ($(defpath),)
    2413  $(target)_2_OBJS := $(abspathex $($(target)_2_OBJS),$(defpath))
    24142413 local deps       := $(abspathex $(deps),$(defpath))
    24152414 local orderdeps  := $(abspathex $(orderdeps),$(defpath))
     
    27752774ifneq ($(defpath),)
    27762775 local libpath    := $(abspathex $(libpath),$(defpath))
    2777  $(target)_2_OBJS := $(abspathex $($(target)_2_OBJS),$(defpath))
    27782776 local deps       := $(abspathex $(deps),$(defpath))
    27792777 local orderdeps  := $(abspathex $(orderdeps),$(defpath))
Note: See TracChangeset for help on using the changeset viewer.