[BACK]Return to Makefile CVS log [TXT][DIR] Up to [local] / src

Diff for /src/Makefile between version 1.109 and 1.110

version 1.109, 2004/12/25 16:17:33 version 1.110, 2005/01/09 00:14:32
Line 258 
Line 258 
 # bsd.own.mk can't do it for us  # bsd.own.mk can't do it for us
 .if ${TARGET} == "amd64" || ${TARGET} == "cats" || \  .if ${TARGET} == "amd64" || ${TARGET} == "cats" || \
     ${TARGET} == "hppa" || ${TARGET} == "hppa64" || \      ${TARGET} == "hppa" || ${TARGET} == "hppa64" || \
       ${TARGET} == "i386" || \
     ${TARGET} == "sparc64" || ${TARGET} == "sgi"      ${TARGET} == "sparc64" || ${TARGET} == "sgi"
 USE_GCC3=yes  USE_GCC3=yes
 .endif  .endif

Legend:
Removed from v.1.109  
changed lines
  Added in v.1.110