[BACK]Return to Makefile.bsd-wrapper CVS log [TXT][DIR] Up to [local] / src / usr.bin / less

Diff for /src/usr.bin/less/Attic/Makefile.bsd-wrapper between version 1.21 and 1.22

version 1.21, 2003/04/16 17:54:20 version 1.22, 2006/10/14 20:20:51
Line 30 
Line 30 
 CF=     --cache-file=config.cache  CF=     --cache-file=config.cache
 .endif  .endif
   
   HOST_ARCH!=arch -s
   .if    (${MACHINE_ARCH} != ${HOST_ARCH})
   CF+=   --target=openbsd-${MACHINE_ARCH} --host=${HOST_ARCH}
   .endif
   
 config: .FORCE  config: .FORCE
 .ifndef GLOBAL_AUTOCONF_CACHE  .ifndef GLOBAL_AUTOCONF_CACHE
         -rm -f config.cache          -rm -f config.cache

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