]> granicus.if.org Git - clang/commitdiff
Reapply r129561, moving the runtime/Makefile that builds compiler-rt into
authorNick Lewycky <nicholas@mxc.ca>
Fri, 15 Apr 2011 18:33:24 +0000 (18:33 +0000)
committerNick Lewycky <nicholas@mxc.ca>
Fri, 15 Apr 2011 18:33:24 +0000 (18:33 +0000)
runtime/compiler-rt/Makefile paving the way to put multiple different libraries
into runtime/ and build all of them.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@129585 91177308-0d34-0410-b5e6-96231b3b80d8

runtime/compiler-rt/Makefile [moved from runtime/Makefile with 99% similarity]

similarity index 99%
rename from runtime/Makefile
rename to runtime/compiler-rt/Makefile
index 375f312debd1191395ba8dbf35c58683a58e8ba4..915030a81ecfba00df2404bef07ae078e26003c0 100644 (file)
@@ -13,7 +13,7 @@
 #
 ##===----------------------------------------------------------------------===##
 
-CLANG_LEVEL := ..
+CLANG_LEVEL := ../..
 include $(CLANG_LEVEL)/Makefile
 
 CLANG_VERSION := $(word 3,$(shell grep "CLANG_VERSION " \