summaryrefslogtreecommitdiffstats
path: root/clang/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
commit6d69f1a81844861e9464f94ca6becf3ad8ffbacb (patch)
treee3b029b8a2ff66364f2724e88450ff0ed9b9ea46 /clang/runtime
parent1e2ca98cb2ea6b7725e41551b82da3a94750a603 (diff)
downloadbcm5719-llvm-6d69f1a81844861e9464f94ca6becf3ad8ffbacb.tar.gz
bcm5719-llvm-6d69f1a81844861e9464f94ca6becf3ad8ffbacb.zip
Use the new installheaders makefile target in libcxx.
llvm-svn: 148630
Diffstat (limited to 'clang/runtime')
-rw-r--r--clang/runtime/libcxx/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/runtime/libcxx/Makefile b/clang/runtime/libcxx/Makefile
index a15fb522a6e..42322dc8a3a 100644
--- a/clang/runtime/libcxx/Makefile
+++ b/clang/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
OpenPOWER on IntegriCloud