summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorBill Wendling <isanbard@gmail.com>2013-11-18 07:01:16 +0000
committerBill Wendling <isanbard@gmail.com>2013-11-18 07:01:16 +0000
commit35080eae90c75edbe277c1a0cba70998a8fe23f9 (patch)
tree654534eb6c5a1855d0669623be2563b4240edd16 /Makefile
parent1823bea43ae4cc92b3c9e79b83f639f60800c4a7 (diff)
downloadexternal_libcxx-35080eae90c75edbe277c1a0cba70998a8fe23f9.tar.gz
external_libcxx-35080eae90c75edbe277c1a0cba70998a8fe23f9.tar.bz2
external_libcxx-35080eae90c75edbe277c1a0cba70998a8fe23f9.zip
Set the permissions for 'experimental' and its context to the correct values.
git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@194993 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index f55db43db..92670233e 100644
--- a/Makefile
+++ b/Makefile
@@ -39,6 +39,8 @@ installheaders::
chmod 644 $(HEADER_DIR)/c++/v1/*
chmod 755 $(HEADER_DIR)/c++/v1/ext
chmod 644 $(HEADER_DIR)/c++/v1/ext/*
+ chmod 755 $(HEADER_DIR)/c++/v1/experimental
+ chmod 644 $(HEADER_DIR)/c++/v1/experimental/*
install::