From 01fee349d95228cf209056d3ac6ff9ab6aa0dfe4 Mon Sep 17 00:00:00 2001 From: Bob Wilson <bob.wilson@apple.com> Date: Tue, 23 Apr 2013 17:30:35 +0000 Subject: [PATCH] PR12597: Remove "chown -R root:wheel" from the makefile. llvm-svn: 180122 --- libcxx/Makefile | 1 - 1 file changed, 1 deletion(-) diff --git a/libcxx/Makefile b/libcxx/Makefile index 182dcc3b0133..fd32603c91de 100644 --- a/libcxx/Makefile +++ b/libcxx/Makefile @@ -35,7 +35,6 @@ installheaders:: mkdir -p $(HEADER_DIR)/c++/v1/ext rsync -r --exclude=".*" --exclude="support" $(SRCDIRS)/include/* \ $(HEADER_DIR)/c++/v1/ - chown -R root:wheel $(HEADER_DIR)/c++ chmod 755 $(HEADER_DIR)/c++/v1 chmod 644 $(HEADER_DIR)/c++/v1/* chmod 755 $(HEADER_DIR)/c++/v1/ext