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

Diff for /src/usr.bin/gprof/Makefile between version 1.10 and 1.11

version 1.10, 2001/07/11 03:02:24 version 1.11, 2001/09/10 23:03:20
Line 4 
Line 4 
   
 .if (${TARGET_MACHINE_ARCH} == "alpha") || \  .if (${TARGET_MACHINE_ARCH} == "alpha") || \
     (${TARGET_MACHINE_ARCH} == "powerpc") || \      (${TARGET_MACHINE_ARCH} == "powerpc") || \
       (${TARGET_MACHINE_ARCH} == "sparc64") || \
     (${TARGET_MACHINE_ARCH} == "hppa")      (${TARGET_MACHINE_ARCH} == "hppa")
 NOPROG=  NOPROG=
 .else  .else

Legend:
Removed from v.1.10  
changed lines
  Added in v.1.11