Tweak NO_RUNTIME_LIBS.
authorDaniel Dunbar <daniel@zuster.org>
Fri, 28 Aug 2009 02:20:39 +0000 (02:20 +0000)
committerDaniel Dunbar <daniel@zuster.org>
Fri, 28 Aug 2009 02:20:39 +0000 (02:20 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@80330 91177308-0d34-0410-b5e6-96231b3b80d8

runtime/Makefile

index 6e259678b287c2575d7ef1adc16dea660c1323c5..6b3b95b7d70321c610f1ef9bc58a525b9a5cffa2 100644 (file)
@@ -7,11 +7,11 @@
 # 
 ##===----------------------------------------------------------------------===##
 
-ifndef NO_RUNTIME_LIBS
-
 LEVEL = ..
 include $(LEVEL)/Makefile.config
 
+ifndef NO_RUNTIME_LIBS
+
 PARALLEL_DIRS  := libprofile
 
 # Disable libprofile: a faulty libtool is generated by autoconf which breaks the
@@ -22,6 +22,6 @@ endif
 
 include $(LEVEL)/Makefile.common
 
-install::
-
 endif
+
+install::