diff options
| author | Bill Wendling <isanbard@gmail.com> | 2013-11-18 07:01:16 +0000 |
|---|---|---|
| committer | Bill Wendling <isanbard@gmail.com> | 2013-11-18 07:01:16 +0000 |
| commit | 35080eae90c75edbe277c1a0cba70998a8fe23f9 (patch) | |
| tree | 654534eb6c5a1855d0669623be2563b4240edd16 /Makefile | |
| parent | 1823bea43ae4cc92b3c9e79b83f639f60800c4a7 (diff) | |
| download | external_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-- | Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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:: |
