summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorNick Kledzik <kledzik@apple.com>2010-09-10 20:42:36 +0000
committerNick Kledzik <kledzik@apple.com>2010-09-10 20:42:36 +0000
commitc7e4d82bc01d13ec7dbf7823fd38aea9873d0a21 (patch)
treec88e0621cd9d11f576b5d0588c3614e124d7a4a0 /Makefile
parent36cdf027d21e4ca2ee2c4af33f530d7c49082168 (diff)
downloadexternal_libcxx-c7e4d82bc01d13ec7dbf7823fd38aea9873d0a21.tar.gz
external_libcxx-c7e4d82bc01d13ec7dbf7823fd38aea9873d0a21.tar.bz2
external_libcxx-c7e4d82bc01d13ec7dbf7823fd38aea9873d0a21.zip
<rdar://problem/8279559> [libstdcxx] use new linker options to make symbols non-weak
git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@113616 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index cc23f1f68..5a7118ea8 100644
--- a/Makefile
+++ b/Makefile
@@ -12,7 +12,7 @@ export TRIPLE=-apple-
installsrc:: $(SRCROOT)
ditto $(SRCDIRS)/include $(SRCROOT)/include
- ditto $(SRCDIRS)/lib/buildit $(SRCROOT)/lib/buildit
+ ditto $(SRCDIRS)/lib $(SRCROOT)/lib
ditto $(SRCDIRS)/src $(SRCROOT)/src
ditto $(SRCDIRS)/Makefile $(SRCROOT)/Makefile