diff options
author | sjg <sjg@FreeBSD.org> | 2013-10-13 00:24:00 +0000 |
---|---|---|
committer | sjg <sjg@FreeBSD.org> | 2013-10-13 00:24:00 +0000 |
commit | 292ec5d30116249866ff9372c7f251c8b80bc68a (patch) | |
tree | fd051d63a6cb6beb1d8b5e4cf627a3b579cc3a7f /lib/clang/libllvmexecutionengine | |
parent | a5de61803fa4ecb0ce4fc862691339e982333ab2 (diff) | |
download | FreeBSD-src-292ec5d30116249866ff9372c7f251c8b80bc68a.zip FreeBSD-src-292ec5d30116249866ff9372c7f251c8b80bc68a.tar.gz |
Updated dependencies
Diffstat (limited to 'lib/clang/libllvmexecutionengine')
-rw-r--r-- | lib/clang/libllvmexecutionengine/Makefile.depend | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/clang/libllvmexecutionengine/Makefile.depend b/lib/clang/libllvmexecutionengine/Makefile.depend index 6a3fc33..422d37c 100644 --- a/lib/clang/libllvmexecutionengine/Makefile.depend +++ b/lib/clang/libllvmexecutionengine/Makefile.depend @@ -2,9 +2,9 @@ DEP_RELDIR := ${_PARSEDIR:S,${SRCTOP}/,,} -DEP_MACHINE := ${.PARSEFILE:E} - DIRDEPS = \ + gnu/lib/libstdc++ \ + gnu/lib/libsupc++ \ include \ include/xlocale \ lib/msun \ |