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

Diff for /src/usr.bin/make/make.c between version 1.21 and 1.22

version 1.21, 2000/09/14 13:32:07 version 1.22, 2000/09/14 13:46:45
Line 71 
Line 71 
  *                              and perform the .USE actions if so.   *                              and perform the .USE actions if so.
  */   */
   
   #include    <stddef.h>
 #include    "make.h"  #include    "make.h"
 #include    "hash.h"  #include    "ohash.h"
 #include    "dir.h"  #include    "dir.h"
 #include    "job.h"  #include    "job.h"
   

Legend:
Removed from v.1.21  
changed lines
  Added in v.1.22