Changeset 7990


Ignore:
Timestamp:
Feb 23, 2002, 12:48:52 AM (23 years ago)
Author:
bird
Message:

Check if super dependency is a macro assignment.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • TabularUnified trunk/tools/fastdep/fastdep.c

    r7340 r7990  
    1 /* $Id: fastdep.c,v 1.34 2001-11-14 15:26:13 bird Exp $
     1/* $Id: fastdep.c,v 1.35 2002-02-22 23:48:52 bird Exp $
    22 *
    33 * Fast dependents. (Fast = Quick and Dirty!)
     
    912912        "   -s[ ][name]     Insert super-dependency on top of tree.\n"
    913913        "                   If not specified name defaults to 'alltargets'.\n"
     914        "                   You can specify a '=' at the end and a macro will\n"
     915        "                   be created instead of a rule.\n"
    914916        "                   Default: disabled\n"
    915917        "   -r[ ]<rsrcext>  Resource binary extention.            Default: res\n"
     
    34123414        {
    34133415            iBuffer = sprintf(szBuffer,
    3414                               "%s:",
     3416                              strrchr(options.pszSuperDependency, '=') ? "%s" : "%s:",
    34153417                              options.pszSuperDependency);
    34163418
Note: See TracChangeset for help on using the changeset viewer.