summaryrefslogtreecommitdiff
path: root/runtime
diff options
context:
space:
mode:
authorBob Wilson <bob.wilson@apple.com>2012-01-21 06:25:34 +0000
committerBob Wilson <bob.wilson@apple.com>2012-01-21 06:25:34 +0000
commitb3381f60960d355750eaf0fcf9890fd57d76bb32 (patch)
tree0f0671e6f3acb4947e64498efc9b6de29ae5c146 /runtime
parent3fc809de96f9b0a4fcf7bc936399194d0b7198c8 (diff)
downloadclang-b3381f60960d355750eaf0fcf9890fd57d76bb32.tar.gz
clang-b3381f60960d355750eaf0fcf9890fd57d76bb32.tar.bz2
clang-b3381f60960d355750eaf0fcf9890fd57d76bb32.tar.xz
Use the new installheaders makefile target in libcxx.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@148630 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'runtime')
-rw-r--r--runtime/libcxx/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/libcxx/Makefile b/runtime/libcxx/Makefile
index a15fb522a6..42322dc8a3 100644
--- a/runtime/libcxx/Makefile
+++ b/runtime/libcxx/Makefile
@@ -25,7 +25,7 @@ ifeq ($(shell test -d $(LIBCXX_SRC_ROOT) && echo OK),OK)
install-local::
$(MAKE) -C $(LIBCXX_SRC_ROOT) \
- HEADER_DIR=$(PROJ_libcxx_hdrs) do-installhdrs
+ HEADER_DIR=$(PROJ_libcxx_hdrs) installheaders
endif
endif