[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.39 and 1.40

version 1.39, 2004/04/07 13:11:36 version 1.40, 2006/01/20 23:10:19
Line 98 
Line 98 
  *                              print something for suffixes, too, but...   *                              print something for suffixes, too, but...
  */   */
   
 #include <sys/types.h>  
 #include <limits.h>  #include <limits.h>
 #include <stddef.h>  #include <stddef.h>
 #include <stdio.h>  #include <stdio.h>
   #include <stdint.h>
 #include <string.h>  #include <string.h>
 #include "config.h"  #include "config.h"
 #include "defines.h"  #include "defines.h"

Legend:
Removed from v.1.39  
changed lines
  Added in v.1.40