diff options
author | Simon J. Gerraty <sjg@FreeBSD.org> | 2014-05-16 14:09:51 +0000 |
---|---|---|
committer | Simon J. Gerraty <sjg@FreeBSD.org> | 2014-05-16 14:09:51 +0000 |
commit | fae50821ae22099d0406090228bc4c5b6af693ad (patch) | |
tree | 017fbe630c7f277a4aa9398d351a6e623ff1fcaa /lib/clang/libllvmcore | |
parent | f7fb4188cea44b6ad059a202396671aee5cbfd22 (diff) |
Notes
Diffstat (limited to 'lib/clang/libllvmcore')
-rw-r--r-- | lib/clang/libllvmcore/Makefile.depend | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/clang/libllvmcore/Makefile.depend b/lib/clang/libllvmcore/Makefile.depend index 94d82b9ac309a..0b232ec27459a 100644 --- a/lib/clang/libllvmcore/Makefile.depend +++ b/lib/clang/libllvmcore/Makefile.depend @@ -3,10 +3,9 @@ DEP_RELDIR := ${_PARSEDIR:S,${SRCTOP}/,,} DIRDEPS = \ - gnu/lib/libstdc++ \ - gnu/lib/libsupc++ \ include \ include/xlocale \ + lib/libc++ \ lib/msun \ usr.bin/clang/tblgen.host \ |