Ignore:
Timestamp:
Feb 8, 2007, 11:43:31 PM (18 years ago)
Author:
bird
Message:

Moved the gnumake-header.kmk inclusion a bit down so the 'override' on the APPEND* definitions can be removed.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/kBuild/header.kmk

    r845 r850  
    227227  endif
    228228 endif
    229 else
    230  include $(PATH_KBUILD)/gnumake-header.kmk
    231229endif
    232230
     
    705703# all passes mentioned by DEFAULT_PASSES.
    706704PASSES := FETCHES PATCHES $(DEFAULT_PASSES) NOTHING CLEAN
     705
     706
     707#
     708# Include the gnumake header hacks if we're not using kmk.
     709#
     710ifndef KMK_VERSION
     711 include $(PATH_KBUILD)/gnumake-header.kmk
     712endif
    707713
    708714
Note: See TracChangeset for help on using the changeset viewer.