[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.20 and 1.21

version 1.20, 2013/07/05 21:29:51 version 1.21, 2013/10/17 10:51:57
Line 6 
Line 6 
 TARGET_MACHINE_CPU?=    ${MACHINE_CPU}  TARGET_MACHINE_CPU?=    ${MACHINE_CPU}
   
 PROG=   gprof  PROG=   gprof
 SRCS=   gprof.c arcs.c dfn.c lookup.c ${TARGET_MACHINE_CPU}.c hertz.c \  SRCS=   gprof.c arcs.c dfn.c elf.c lookup.c ${TARGET_MACHINE_CPU}.c \
         printgprof.c printlist.c          hertz.c printgprof.c printlist.c
 CFLAGS+= -I. -DMD_INCLUDE=\"${TARGET_MACHINE_CPU}.h\"  CFLAGS+= -I. -DMD_INCLUDE=\"${TARGET_MACHINE_CPU}.h\"
   
 SRCS+=elf.c  
   
 beforeinstall:  beforeinstall:
         ${INSTALL} ${INSTALL_COPY} -o ${BINOWN} -g ${BINGRP} -m 444 \          ${INSTALL} ${INSTALL_COPY} -o ${BINOWN} -g ${BINGRP} -m 444 \

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