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

Diff for /src/usr.bin/strip/Attic/Makefile between version 1.7 and 1.8

version 1.7, 1998/05/11 07:41:23 version 1.8, 1999/05/10 16:14:07
Line 4 
Line 4 
   
 PROG=   strip  PROG=   strip
   
   CFLAGS+=-I${.CURDIR}/../nm
 .if ${TARGET_MACHINE_ARCH} != ${MACHINE_ARCH}  .if ${TARGET_MACHINE_ARCH} != ${MACHINE_ARCH}
 # XXX should make this automatic  # XXX should make this automatic
 .if ${TARGET_MACHINE_ARCH} == "i386"  .if ${TARGET_MACHINE_ARCH} == "i386"

Legend:
Removed from v.1.7  
changed lines
  Added in v.1.8