diff options
author | Bob Wilson <bob.wilson@apple.com> | 2012-01-21 06:25:34 +0000 |
---|---|---|
committer | Bob Wilson <bob.wilson@apple.com> | 2012-01-21 06:25:34 +0000 |
commit | 6d69f1a81844861e9464f94ca6becf3ad8ffbacb (patch) | |
tree | e3b029b8a2ff66364f2724e88450ff0ed9b9ea46 /clang/runtime | |
parent | 1e2ca98cb2ea6b7725e41551b82da3a94750a603 (diff) | |
download | bcm5719-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/Makefile | 2 |
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 |