Added installheaders target.
git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@148399 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
798e880364
commit
6e4971fafe
2
Makefile
2
Makefile
@ -30,6 +30,8 @@ installsrc:: $(SRCROOT)
|
|||||||
|
|
||||||
clean::
|
clean::
|
||||||
|
|
||||||
|
installheaders:: do-installhdrs
|
||||||
|
|
||||||
# The do-installhdrs target is also used by clang's runtime/libcxx makefile.
|
# The do-installhdrs target is also used by clang's runtime/libcxx makefile.
|
||||||
do-installhdrs:
|
do-installhdrs:
|
||||||
mkdir -p $(HEADER_DIR)/c++/v1/ext
|
mkdir -p $(HEADER_DIR)/c++/v1/ext
|
||||||
|
Loading…
Reference in New Issue
Block a user