From c52fb8d7bf3cbe29f25c7da3d9896ff0bb92b2f0 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.

git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@180122 91177308-0d34-0410-b5e6-96231b3b80d8
---
 Makefile | 1 -
 1 file changed, 1 deletion(-)

diff --git a/projects/libcxx/Makefile b/projects/libcxx/Makefile
index 182dcc3..fd32603 100644
--- a/projects/libcxx/Makefile
+++ b/projects/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
-- 
1.8.3.3

