From: Bob Wilson Date: Sat, 21 Jan 2012 06:25:34 +0000 (+0000) Subject: Use the new installheaders makefile target in libcxx. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b3381f60960d355750eaf0fcf9890fd57d76bb32;p=clang 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 --- 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