Ignore:
Timestamp:
Feb 7, 2013, 11:33:08 AM (11 years ago)
Author:
rybkin
Message:

See C.L. 502

File:
1 edited

Legend:

Unmodified
Added
Removed
  • CMT/HEAD/mgr/fragments/nmake/check_application

    r627 r631  
    55#${CONSTITUENT}check :: ${CONSTITUENT}
    66${CONSTITUENT}check ::
    7         $(silent) $(${CONSTITUENT}_pre_check)
    8         $(silent) $(bin)${CONSTITUENT}$(application_suffix) $(${CONSTITUENT}_check_args)
    9         $(silent) $(${CONSTITUENT}_post_check)
     7        $(silent)$(${CONSTITUENT}_pre_check)
     8        $(silent)$(bin)${CONSTITUENT}$(application_suffix) $(${CONSTITUENT}_check_args)
     9        $(silent)$(${CONSTITUENT}_post_check)
    1010
    1111#-- end of check_application ------
Note: See TracChangeset for help on using the changeset viewer.