]> granicus.if.org Git - clang/commitdiff
libc++: Install headers in include/, rather than lib/
authorJustin Bogner <mail@justinbogner.com>
Fri, 15 Nov 2013 18:07:57 +0000 (18:07 +0000)
committerJustin Bogner <mail@justinbogner.com>
Fri, 15 Nov 2013 18:07:57 +0000 (18:07 +0000)
When using the configure build system, the libc++ headers were being
installed in lib/, whereas cmake installs them in include/. Since
include/ makes more sense for headers, we'll make both systems install
headers there.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@194833 91177308-0d34-0410-b5e6-96231b3b80d8

runtime/libcxx/Makefile

index 42322dc8a3ada7bca5cd541c489eec04191e11f9..a7df868305cbaa61af5a32381e1608328739b9c2 100644 (file)
@@ -15,7 +15,7 @@
 CLANG_LEVEL := ../..
 include $(CLANG_LEVEL)/Makefile
 
-PROJ_libcxx_hdrs := $(DESTDIR)$(PROJ_prefix)/lib
+PROJ_libcxx_hdrs := $(DESTDIR)$(PROJ_prefix)/include
 
 # Expect libcxx to be in llvm/projects/libcxx
 LIBCXX_SRC_ROOT := $(LLVM_SRC_ROOT)/projects/libcxx