[BACK]Return to targ.c CVS log [TXT][DIR] Up to [local] / src / usr.bin / make

Diff for /src/usr.bin/make/targ.c between version 1.59 and 1.60

version 1.59, 2009/08/16 09:49:22 version 1.60, 2010/04/25 13:59:53
Line 426 
Line 426 
 static void  static void
 TargPrintOnlySrc(GNode *gn)  TargPrintOnlySrc(GNode *gn)
 {  {
         if (OP_NOP(gn->type) && gn->special == SPECIAL_NONE &&          if (OP_NOP(gn->type) && gn->special == SPECIAL_NONE &&
             !(gn->type & OP_DUMMY))              !(gn->type & OP_DUMMY))
                 printf("#\t%s [%s]\n", gn->name,                  printf("#\t%s [%s]\n", gn->name,
                     gn->path != NULL ? gn->path : gn->name);                      gn->path != NULL ? gn->path : gn->name);

Legend:
Removed from v.1.59  
changed lines
  Added in v.1.60