diff options
author | Bryan Drewery <bdrewery@FreeBSD.org> | 2016-03-08 21:26:44 +0000 |
---|---|---|
committer | Bryan Drewery <bdrewery@FreeBSD.org> | 2016-03-08 21:26:44 +0000 |
commit | f51eac06ce2352c576777d0a8e2b42a8d2e528d4 (patch) | |
tree | aaafd9b3e10fdc9f8f760e3f1c6dcb98ed759728 /lib/libclang_rt/asan_dynamic/Makefile.depend | |
parent | 0481f7852dfb94449b3508ac99d037471b87756d (diff) |
DIRDEPS_BUILD: Update clang dependencies after r296417.
Sponsored by: EMC / Isilon Storage Division
Notes
Notes:
svn path=/head/; revision=296550
Diffstat (limited to 'lib/libclang_rt/asan_dynamic/Makefile.depend')
-rw-r--r-- | lib/libclang_rt/asan_dynamic/Makefile.depend | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/lib/libclang_rt/asan_dynamic/Makefile.depend b/lib/libclang_rt/asan_dynamic/Makefile.depend new file mode 100644 index 000000000000..98f4a5fec371 --- /dev/null +++ b/lib/libclang_rt/asan_dynamic/Makefile.depend @@ -0,0 +1,23 @@ +# $FreeBSD$ +# Autogenerated - do NOT edit! + +DIRDEPS = \ + gnu/lib/csu \ + gnu/lib/libgcc \ + include \ + include/arpa \ + include/xlocale \ + lib/${CSU_DIR} \ + lib/libc \ + lib/libc++ \ + lib/libcompiler_rt \ + lib/libcxxrt \ + lib/msun \ + lib/ncurses/ncursesw \ + + +.include <dirdeps.mk> + +.if ${DEP_RELDIR} == ${_DEP_RELDIR} +# local dependencies - needed for -jN in clean tree +.endif |