[BACK]Return to Makefile CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src

Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.

Diff for /src/Makefile between version 1.244 and 1.245

version 1.244, 2006/04/07 19:38:58 version 1.245, 2006/06/02 22:16:18
Line 171  postinstall-fix-obsolete: .NOTMAIN .PHON
Line 171  postinstall-fix-obsolete: .NOTMAIN .PHON
 #  #
 # Targets (in order!) called by "make build".  # Targets (in order!) called by "make build".
 #  #
 .if ${USE_TOOLS_TOOLCHAIN} == "no"  .if ${HAVE_GCC} == "3"
 . if ${HAVE_GCC} == "3"  
 LIBGCC_EXT=3  LIBGCC_EXT=3
 . else  
 LIBGCC_EXT=4  
 . endif  
 .else  .else
 LIBGCC_EXT=  LIBGCC_EXT=4
 .endif  .endif
   
 BUILDTARGETS+=  check-tools  BUILDTARGETS+=  check-tools

Legend:
Removed from v.1.244  
changed lines
  Added in v.1.245

CVSweb <webmaster@jp.NetBSD.org>