[llvm-commits] [llvm] r80330 - /llvm/trunk/runtime/Makefile

Daniel Dunbar daniel at zuster.org
Thu Aug 27 19:20:39 PDT 2009


Author: ddunbar
Date: Thu Aug 27 21:20:39 2009
New Revision: 80330

URL: http://llvm.org/viewvc/llvm-project?rev=80330&view=rev
Log:
Tweak NO_RUNTIME_LIBS.

Modified:
    llvm/trunk/runtime/Makefile

Modified: llvm/trunk/runtime/Makefile
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/runtime/Makefile?rev=80330&r1=80329&r2=80330&view=diff

==============================================================================
--- llvm/trunk/runtime/Makefile (original)
+++ llvm/trunk/runtime/Makefile Thu Aug 27 21:20:39 2009
@@ -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 @@
 
 include $(LEVEL)/Makefile.common
 
-install::
-
 endif
+
+install::





More information about the llvm-commits mailing list