Index: projects/clang390-import/targets/pseudo/clang/Makefile.depend =================================================================== --- projects/clang390-import/targets/pseudo/clang/Makefile.depend (revision 305242) +++ projects/clang390-import/targets/pseudo/clang/Makefile.depend (revision 305243) @@ -1,49 +1,53 @@ # $FreeBSD$ # This file is not autogenerated - take care! .if !defined(MK_LLDB) .include .endif DIRDEPS = \ lib/clang/include \ share/doc/llvm/clang \ usr.bin/clang/clang \ usr.bin/clang/clang-tblgen \ usr.bin/clang/llvm-tblgen \ .if ${MK_LLDB} == "yes" DIRDEPS+= \ usr.bin/clang/lldb .endif .if ${MK_CLANG_EXTRAS} == "yes" DIRDEPS+= \ usr.bin/clang/bugpoint \ usr.bin/clang/clang-format \ usr.bin/clang/llc \ usr.bin/clang/lli \ usr.bin/clang/llvm-ar \ usr.bin/clang/llvm-as \ usr.bin/clang/llvm-bcanalyzer \ usr.bin/clang/llvm-cov \ usr.bin/clang/llvm-cxxdump \ usr.bin/clang/llvm-diff \ usr.bin/clang/llvm-dis \ usr.bin/clang/llvm-dwarfdump \ usr.bin/clang/llvm-extract \ usr.bin/clang/llvm-link \ usr.bin/clang/llvm-lto \ usr.bin/clang/llvm-mc \ usr.bin/clang/llvm-nm \ usr.bin/clang/llvm-objdump \ usr.bin/clang/llvm-pdbdump \ usr.bin/clang/llvm-profdata \ usr.bin/clang/llvm-rtdyld \ usr.bin/clang/llvm-symbolizer \ usr.bin/clang/opt \ .endif +.if ${MK_LLD} == "yes" +DIRDEPS+= usr.bin/clang/lld +.endif + .include Index: projects/clang390-import/usr.bin/clang/lld/Makefile.depend =================================================================== --- projects/clang390-import/usr.bin/clang/lld/Makefile.depend (nonexistent) +++ projects/clang390-import/usr.bin/clang/lld/Makefile.depend (revision 305243) @@ -0,0 +1,26 @@ +# $FreeBSD$ +# Autogenerated - do NOT edit! + +DIRDEPS = \ + gnu/lib/csu \ + gnu/lib/libgcc \ + include \ + include/xlocale \ + lib/${CSU_DIR} \ + lib/clang/libllvm \ + lib/libc \ + lib/libc++ \ + lib/libcompiler_rt \ + lib/libcxxrt \ + lib/libthr \ + lib/libz \ + lib/msun \ + lib/ncurses/ncursesw \ + usr.bin/clang/llvm-tblgen.host \ + + +.include + +.if ${DEP_RELDIR} == ${_DEP_RELDIR} +# local dependencies - needed for -jN in clean tree +.endif Property changes on: projects/clang390-import/usr.bin/clang/lld/Makefile.depend ___________________________________________________________________ Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:keywords ## -0,0 +1 ## +FreeBSD=%H \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property