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

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

Diff for /src/lib/Makefile between version 1.201 and 1.202

version 1.201, 2013/04/27 08:43:19 version 1.202, 2013/04/27 23:02:22
Line 139  SUBDIR+= ../external/gpl2/lvm2/lib # dep
Line 139  SUBDIR+= ../external/gpl2/lvm2/lib # dep
 SUBDIR+=        ../external/gpl3/binutils/lib   # libbfd depends on libz  SUBDIR+=        ../external/gpl3/binutils/lib   # libbfd depends on libz
 .endif  .endif
   
   .if (${MKLIBCXX} != "no")
   SUBDIR+=        ../external/bsd/libc++
   .endif
   
 .if (${MKGCC} != "no" && ${MKCXX} != "no")  .if (${MKGCC} != "no" && ${MKCXX} != "no")
 . if ${HAVE_GCC} == 4  . if ${HAVE_GCC} == 4
 SUBDIR+=        ../gnu/lib/libstdc++-v3_4       # depends on libm  SUBDIR+=        ../gnu/lib/libstdc++-v3_4       # depends on libm

Legend:
Removed from v.1.201  
changed lines
  Added in v.1.202

CVSweb <webmaster@jp.NetBSD.org>