]> granicus.if.org Git - clang/commitdiff
Use the new installheaders makefile target in libcxx.
authorBob Wilson <bob.wilson@apple.com>
Sat, 21 Jan 2012 06:25:34 +0000 (06:25 +0000)
committerBob Wilson <bob.wilson@apple.com>
Sat, 21 Jan 2012 06:25:34 +0000 (06:25 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@148630 91177308-0d34-0410-b5e6-96231b3b80d8

runtime/libcxx/Makefile

index a15fb522a6e9ed7b6e6bba1af22a769ce89a76b3..42322dc8a3ada7bca5cd541c489eec04191e11f9 100644 (file)
@@ -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