Use the new installheaders makefile target in libcxx.

llvm-svn: 148630
This commit is contained in:
Bob Wilson 2012-01-21 06:25:34 +00:00
parent 1e2ca98cb2
commit 6d69f1a818
1 changed files with 1 additions and 1 deletions

View 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