From b3381f60960d355750eaf0fcf9890fd57d76bb32 Mon Sep 17 00:00:00 2001 From: Bob Wilson Date: Sat, 21 Jan 2012 06:25:34 +0000 Subject: [PATCH] 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 --- runtime/libcxx/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.40.0