Ignore:
Timestamp:
Jul 6, 2011, 2:19:50 PM (14 years ago)
Author:
bird
Message:

subfooter.kmk: removed extra space in warning.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/kBuild/subfooter.kmk

    r2434 r2443  
    4747   $(target)_DEFPATH := $(PATH_SUB_CURRENT)
    4848  endif
    49   $(call KB_FN_ASSIGN_DEPRECATED,$(target)_PATH,$($(target)_DEFPATH), $(target)_DEFPATH)
     49  $(call KB_FN_ASSIGN_DEPRECATED,$(target)_PATH,$($(target)_DEFPATH),$(target)_DEFPATH)
    5050 else ifndef $(target)_DEFPATH
    5151  $(target)_DEFPATH := $($(target)_PATH)
     
    5656 ifndef $(target)_0_OUTDIR
    5757  $(target)_0_OUTDIR := $(call TARGET_PATH,$(target))
    58   $(call KB_FN_ASSIGN_DEPRECATED,PATH_$(target),$($(target)_0_OUTDIR), $(target)_0_OUTDIR)
     58  $(call KB_FN_ASSIGN_DEPRECATED,PATH_$(target),$($(target)_0_OUTDIR),$(target)_0_OUTDIR)
    5959 endif
    6060endef
Note: See TracChangeset for help on using the changeset viewer.