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

Diff for /src/usr.bin/make/arch.c between version 1.83 and 1.84

version 1.83, 2014/05/12 19:11:19 version 1.84, 2015/01/15 22:08:41
Line 96 
Line 96 
 #include "timestamp.h"  #include "timestamp.h"
 #include "lst.h"  #include "lst.h"
   
 #ifndef PATH_MAX  
 # ifdef MAXPATHLEN  
 #  define PATH_MAX (MAXPATHLEN+1)  
 # else  
 #  define PATH_MAX      1024  
 # endif  
 #endif  
   
 #ifdef TARGET_MACHINE  #ifdef TARGET_MACHINE
 #undef MACHINE  #undef MACHINE
 #define MACHINE TARGET_MACHINE  #define MACHINE TARGET_MACHINE

Legend:
Removed from v.1.83  
changed lines
  Added in v.1.84