From: Nick Lewycky Date: Fri, 15 Apr 2011 18:33:24 +0000 (+0000) Subject: Reapply r129561, moving the runtime/Makefile that builds compiler-rt into X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=484fc57c8d2d3ba645a03f9e294dcebc5aacaf44;p=clang Reapply r129561, moving the runtime/Makefile that builds compiler-rt into 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 --- diff --git a/runtime/Makefile b/runtime/compiler-rt/Makefile similarity index 99% rename from runtime/Makefile rename to runtime/compiler-rt/Makefile index 375f312deb..915030a81e 100644 --- a/runtime/Makefile +++ b/runtime/compiler-rt/Makefile @@ -13,7 +13,7 @@ # ##===----------------------------------------------------------------------===## -CLANG_LEVEL := .. +CLANG_LEVEL := ../.. include $(CLANG_LEVEL)/Makefile CLANG_VERSION := $(word 3,$(shell grep "CLANG_VERSION " \