[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.11 and 1.12

version 1.11, 2001/09/10 23:03:20 version 1.12, 2001/09/10 23:31:34
Line 14 
Line 14 
 CFLAGS+= -I${.CURDIR} -I.  CFLAGS+= -I${.CURDIR} -I.
 .endif  .endif
   
   .if defined(PROG)
 beforedepend:  beforedepend:
         ln -sf ${.CURDIR}/${TARGET_MACHINE_ARCH}.h machine.h          ln -sf ${.CURDIR}/${TARGET_MACHINE_ARCH}.h machine.h
         ln -sf ${.CURDIR}/${TARGET_MACHINE_ARCH}.c machine.c          ln -sf ${.CURDIR}/${TARGET_MACHINE_ARCH}.c machine.c
   .endif # defined (PROG)
   
 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.11  
changed lines
  Added in v.1.12