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

Diff for /src/usr.bin/make/Attic/config.h between version 1.15 and 1.16

version 1.15, 2007/09/16 09:46:14 version 1.16, 2007/09/16 09:49:24
Line 56 
Line 56 
 #define DEFMAXLOCAL     1  #define DEFMAXLOCAL     1
   
 /*  /*
  * INCLUDES  
  * LIBRARIES  
  *      These control the handling of the .INCLUDES and .LIBS variables.  
  *      If INCLUDES is defined, the .INCLUDES variable will be filled  
  *      from the search paths of those suffixes which are marked by  
  *      .INCLUDES dependency lines. Similarly for LIBRARIES and .LIBS  
  *      See suff.c for more details.  
  */  
 #define INCLUDES  
 #define LIBRARIES  
   
 /*  
  * LIBSUFF   * LIBSUFF
  *      Is the suffix used to denote libraries and is used by the Suff module   *      Is the suffix used to denote libraries and is used by the Suff module
  *      to find the search path on which to seek any -l<xx> targets.   *      to find the search path on which to seek any -l<xx> targets.

Legend:
Removed from v.1.15  
changed lines
  Added in v.1.16