Changeset 2519 for trunk/kBuild


Ignore:
Timestamp:
Jul 26, 2011, 2:13:55 PM (14 years ago)
Author:
bird
Message:

footer.kmk: Another regression fix.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/kBuild/footer.kmk

    r2518 r2519  
    33613361  local inst  := $(inst)/
    33623362 endif
    3363  ifeq ($(root $(stage)),)
    3364   $(error kBuild: Directory $(directory) in install target $(target) has a INST property with an absoluate path: '$(inst)')
     3363 ifneq ($(root $(stage)),)
     3364  $(error kBuild: Directory $(directory) in install target $(target) has a INST property with an absolute path: '$(inst)')
    33653365 endif
    33663366 local insdst := $(PATH_INS)/$(inst)$(directory)/
Note: See TracChangeset for help on using the changeset viewer.