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

Diff for /src/usr.bin/make/dump.c between version 1.10 and 1.11

version 1.10, 2019/12/21 15:29:25 version 1.11, 2020/01/13 14:07:35
Line 104 
Line 104 
 {  {
         if (OP_NOP(gn->type))          if (OP_NOP(gn->type))
                 return;                  return;
         switch((gn->special & SPECIAL_MASK)) {          switch(gn->special) {
         case SPECIAL_SUFFIXES:          case SPECIAL_SUFFIXES:
         case SPECIAL_PHONY:          case SPECIAL_PHONY:
         case SPECIAL_ORDER:          case SPECIAL_ORDER:

Legend:
Removed from v.1.10  
changed lines
  Added in v.1.11