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

Diff for /src/usr.bin/make/var.c between version 1.80 and 1.81

version 1.80, 2007/09/17 10:39:33 version 1.81, 2007/11/03 15:42:10
Line 1017 
Line 1017 
                                         Fatal(                                          Fatal(
 "Using $< in a non-suffix rule context is a GNUmake idiom (line %lu of %s)",  "Using $< in a non-suffix rule context is a GNUmake idiom (line %lu of %s)",
                                             n->lineno, n->fname);                                              n->lineno, n->fname);
                                           break;
                                 default:                                  default:
                                         Error(                                          Error(
 "Using undefined dynamic variable $%s (line %lu of %s)",  "Using undefined dynamic variable $%s (line %lu of %s)",

Legend:
Removed from v.1.80  
changed lines
  Added in v.1.81