[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.4 and 1.5

version 1.4, 1997/02/11 17:42:51 version 1.5, 1997/02/13 00:12:07
Line 4 
Line 4 
 .if ${HOSTCC} != ${CC}  .if ${HOSTCC} != ${CC}
 STRIP=./hoststrip  STRIP=./hoststrip
   
 realinstall:: hoststrip  realinstall: hoststrip
   
 hoststrip: strip.c  hoststrip: strip.c
         ${HOSTCC} strip.c -o hoststrip          ${HOSTCC} ${.CURDIR}/strip.c -o hoststrip
 .else  .else
 STRIP=./strip  STRIP=./strip
 .endif  .endif

Legend:
Removed from v.1.4  
changed lines
  Added in v.1.5