Changeset 760


Ignore:
Timestamp:
Jan 17, 2007, 11:01:10 AM (18 years ago)
Author:
bird
Message:

fixed silly messup when applying defpath to libpath of a link target.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • TabularUnified trunk/kBuild/footer.kmk

    r753 r760  
    874874        $$(QUIET)$$(if  $$(_TARGET_$(target)_DIGEST),$$(MAKE) -f $(MAKEFILE) --no-print-directory $(out).lst,$$(RMDIR) -p --ignore-fail-on-non-empty --ignore-fail-on-not-exist $$(dir $$@))
    875875        $$(QUIET2)$$(if $$(_TARGET_$(target)_DIGEST),$$(APPEND) $$@ "_TARGET_$(target)_DIGEST_PREV := $(_TARGET_$(target)_DIGEST)")
    876        
     876
    877877.NOTPARALLEL: $(out).lst $(out)_unfetched $(out)
    878878
     
    14241424# Adjust paths if we got a default path.
    14251425ifneq ($(defpath),)
    1426  libpath := $(call abspathex,$(libpath)def $(target)_PATH)
     1426 libpath := $(call abspathex,$(libpath),$(defpath))
    14271427 objs := $(call abspathex,$(objs),$(defpath))
    14281428 deps := $(call abspathex,$(deps),$(defpath))
Note: See TracChangeset for help on using the changeset viewer.