diff options
author | Patrick Wildt <patrick@cvs.openbsd.org> | 2021-01-02 20:04:37 +0000 |
---|---|---|
committer | Patrick Wildt <patrick@cvs.openbsd.org> | 2021-01-02 20:04:37 +0000 |
commit | 3cdcd6bc4220209e15e501163ce34cb57bf2df47 (patch) | |
tree | 0123b2fbd4e7f762ee65bd467451a9f6ca2911d1 /include | |
parent | 6ccb944cc4df376c113f0187dfc7057bd1a23288 (diff) |
Move Makefiles for libc++ and libc++abi to gnu/lib in preparation for an
upcoming update to those, which will see both codebases heading into the
gnu/llvm dumpster.
Feedback from jsg@
ok deraadt@ kettenis@
Diffstat (limited to 'include')
-rw-r--r-- | include/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/Makefile b/include/Makefile index 891a0693c7c..99aca922d7f 100644 --- a/include/Makefile +++ b/include/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.227 2020/10/26 15:50:31 martijn Exp $ +# $OpenBSD: Makefile,v 1.228 2021/01/02 20:04:36 patrick Exp $ # $NetBSD: Makefile,v 1.59 1996/05/15 21:36:43 jtc Exp $ # @(#)Makefile 5.45.1.1 (Berkeley) 5/6/91 @@ -60,7 +60,7 @@ PRDIRS+= ../gnu/lib/libstdc++ PRDIRS+= ../gnu/lib/libstdc++-v3 ../gnu/usr.bin/cc/include .endif .if ${BUILD_CLANG:L} == "yes" -RDIRS+= ../lib/libcxxabi ../lib/libcxx \ +RDIRS+= ../gnu/lib/libcxxabi ../gnu/lib/libcxx \ ../gnu/usr.bin/clang/libLLVM .endif |