Changeset 1670 for trunk/kBuild


Ignore:
Timestamp:
Jul 6, 2008, 4:10:01 AM (17 years ago)
Author:
bird
Message:

Fixed bug where INTERMEDIATES was expanded in the defining of the object rule instead of at 2nd expansion as intended.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/kBuild/footer.kmk

    r1667 r1670  
    19021902                | \
    19031903                $($(target)_$(source)_DEPORD_) \
    1904                 $$($(target)_INTERMEDIATES)
     1904                $$$$($(target)_INTERMEDIATES)
    19051905        %$$(call MSG_COMPILE,$(target),$(source),$$@,$(type))
    19061906else
     
    19101910                | \
    19111911                $($(target)_$(source)_DEPORD_) \
    1912                 $$($(target)_INTERMEDIATES)
     1912                $$$$($(target)_INTERMEDIATES)
    19131913        %$$(call MSG_COMPILE,$(target),$(source),$$@,$(type))
    19141914ifdef TOOL_$(tool)_COMPILE_$(type)_DONT_PURGE_OUTPUT
Note: See TracChangeset for help on using the changeset viewer.