Set the permissions for 'experimental' and its context to the correct values.

llvm-svn: 194993
This commit is contained in:
Bill Wendling 2013-11-18 07:01:16 +00:00
parent 3a4036a1ce
commit 39d0c93b70
1 changed files with 2 additions and 0 deletions

View File

@ -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::