diff options
author | Simon J. Gerraty <sjg@FreeBSD.org> | 2013-03-17 01:54:35 +0000 |
---|---|---|
committer | Simon J. Gerraty <sjg@FreeBSD.org> | 2013-03-17 01:54:35 +0000 |
commit | c2365cc4cc232ee984d97e8981a93012e1439ccc (patch) | |
tree | c5c3deabc7076d219a7215097cf5b8c8c108ca94 /lib/clang/libllvminstcombine | |
parent | 0014c9fea8808c98efec51c32f598937ac6bd0ad (diff) |
Notes
Diffstat (limited to 'lib/clang/libllvminstcombine')
-rw-r--r-- | lib/clang/libllvminstcombine/Makefile.depend | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/clang/libllvminstcombine/Makefile.depend b/lib/clang/libllvminstcombine/Makefile.depend index 27d7724f9a758..0851afa916c89 100644 --- a/lib/clang/libllvminstcombine/Makefile.depend +++ b/lib/clang/libllvminstcombine/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 \ |