[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.277 and 1.278

version 1.277, 2010/06/10 22:41:41 version 1.278, 2010/07/06 05:59:50
Line 467  do-libpcc: .PHONY .MAKE
Line 467  do-libpcc: .PHONY .MAKE
   
 do-ld.so: .PHONY .MAKE  do-ld.so: .PHONY .MAKE
 .for targ in dependall install  .for targ in dependall install
 .if (${OBJECT_FMT} == "a.out")  
         ${MAKEDIRTARGET} libexec/ld.aout_so ${targ}  
 .endif  
 .if (${OBJECT_FMT} == "ELF")  
         ${MAKEDIRTARGET} libexec/ld.elf_so ${targ}          ${MAKEDIRTARGET} libexec/ld.elf_so ${targ}
 .endif  
 .endfor  .endfor
   
 do-build: .PHONY .MAKE  do-build: .PHONY .MAKE

Legend:
Removed from v.1.277  
changed lines
  Added in v.1.278

CVSweb <webmaster@jp.NetBSD.org>