[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.76 and 1.77

version 1.76, 2009/08/16 09:53:43 version 1.77, 2010/02/03 20:45:44
Line 113 
Line 113 
 #undef MACHINE_ARCH  #undef MACHINE_ARCH
 #define MACHINE_ARCH TARGET_MACHINE_ARCH  #define MACHINE_ARCH TARGET_MACHINE_ARCH
 #endif  #endif
   #ifdef TARGET_MACHINE_CPU
   #undef MACHINE_CPU
   #define MACHINE_CPU TARGET_MACHINE_CPU
   #endif
   
 static struct ohash archives;   /* Archives we've already examined.  */  static struct ohash archives;   /* Archives we've already examined.  */
   

Legend:
Removed from v.1.76  
changed lines
  Added in v.1.77