Changeset 2479 for trunk/kBuild/units


Ignore:
Timestamp:
Jul 20, 2011, 4:16:19 PM (14 years ago)
Author:
bird
Message:

footer.kmk,header.kmk,qt*.kmk: Installalation and staging enhancements.

Location:
trunk/kBuild/units
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/kBuild/units/qt3.kmk

    r2413 r2479  
    905905        $($(target)_QT_TRANSLATIONS)
    906906ifneq ($(strip $(translations)),)
    907  local expr := _ALL_INSTALLS += $(target)-inst-nls
     907 local expr := _ALL_INSTALLS_IMPLICIT += $(target)-inst-nls
    908908 $(eval $(expr))
    909909 ifdef $(target)_QT_TRANSLATIONS_TEMPLATE
  • trunk/kBuild/units/qt4.kmk

    r2478 r2479  
    10321032        $($(target)_QT_TRANSLATIONS)
    10331033ifneq ($(strip $(translations)),)
    1034  local expr := _ALL_INSTALLS += $(target)-inst-nls/
     1034 local expr := _ALL_INSTALLS_IMPLICIT += $(target)-inst-nls
    10351035 $(eval $(expr))
    10361036 ifdef $(target)_QT_TRANSLATIONS_TEMPLATE
Note: See TracChangeset for help on using the changeset viewer.