[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.236 and 1.237

version 1.236, 2004/08/28 00:18:38 version 1.237, 2004/09/02 02:02:38
Line 188  BUILDTARGETS+= includes
Line 188  BUILDTARGETS+= includes
 BUILDTARGETS+=  do-tools-compat  BUILDTARGETS+=  do-tools-compat
 BUILDTARGETS+=  do-lib-csu  BUILDTARGETS+=  do-lib-csu
 .if ${MKGCC} != "no"  .if ${MKGCC} != "no"
   .if ${HAVE_GCC3} != "no"
 BUILDTARGETS+=  do-gnu-lib-crtstuff${LIBGCC_EXT}  BUILDTARGETS+=  do-gnu-lib-crtstuff${LIBGCC_EXT}
   .endif
 BUILDTARGETS+=  do-gnu-lib-libgcc${LIBGCC_EXT}  BUILDTARGETS+=  do-gnu-lib-libgcc${LIBGCC_EXT}
 .endif  .endif
 BUILDTARGETS+=  do-lib-libc  BUILDTARGETS+=  do-lib-libc

Legend:
Removed from v.1.236  
changed lines
  Added in v.1.237

CVSweb <webmaster@jp.NetBSD.org>