From 791e11cf33ffc9114f94ac330ec440b78e29b10c Mon Sep 17 00:00:00 2001 From: Howard Hinnant Date: Sat, 30 Jul 2011 16:35:55 +0000 Subject: [PATCH] Fix radar 9866843 git-svn-id: https://llvm.org/svn/llvm-project/libcxx/branches/apple@136569 91177308-0d34-0410-b5e6-96231b3b80d8 --- Makefile | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Makefile b/Makefile index 14acf4ca..8c1c4634 100644 --- a/Makefile +++ b/Makefile @@ -29,13 +29,13 @@ clean:: installhdrs:: - mkdir -p $(DSTROOT)/$(INSTALL_PREFIX)/usr/include/c++/v1/ext - rsync -r --exclude=".*" $(SRCDIRS)/include/* $(DSTROOT)/$(INSTALL_PREFIX)/usr/include/c++/v1/ - chown -R root:wheel $(DSTROOT)/$(INSTALL_PREFIX)/usr/include - chmod 755 $(DSTROOT)/$(INSTALL_PREFIX)/usr/include/c++/v1 - chmod 644 $(DSTROOT)/$(INSTALL_PREFIX)/usr/include/c++/v1/* - chmod 755 $(DSTROOT)/$(INSTALL_PREFIX)/usr/include/c++/v1/ext - chmod 644 $(DSTROOT)/$(INSTALL_PREFIX)/usr/include/c++/v1/ext/* + mkdir -p $(DSTROOT)/$(INSTALL_PREFIX)/usr/lib/c++/v1/ext + rsync -r --exclude=".*" $(SRCDIRS)/include/* $(DSTROOT)/$(INSTALL_PREFIX)/usr/lib/c++/v1/ + chown -R root:wheel $(DSTROOT)/$(INSTALL_PREFIX)/usr/lib/c++ + chmod 755 $(DSTROOT)/$(INSTALL_PREFIX)/usr/lib/c++/v1 + chmod 644 $(DSTROOT)/$(INSTALL_PREFIX)/usr/lib/c++/v1/* + chmod 755 $(DSTROOT)/$(INSTALL_PREFIX)/usr/lib/c++/v1/ext + chmod 644 $(DSTROOT)/$(INSTALL_PREFIX)/usr/lib/c++/v1/ext/* install:: installhdrs $(DESTDIR)