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

Daniel Dunbar daniel at zuster.org
Thu Aug 27 20:06:33 PDT 2009


Author: ddunbar
Date: Thu Aug 27 22:06:28 2009
New Revision: 80331

URL: http://llvm.org/viewvc/llvm-project?rev=80331&view=rev
Log:
Another NO_RUNTIME_LIBRARIES tweak...

Modified:
    llvm/trunk/runtime/Makefile

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

==============================================================================
--- llvm/trunk/runtime/Makefile (original)
+++ llvm/trunk/runtime/Makefile Thu Aug 27 22:06:28 2009
@@ -20,8 +20,8 @@
 PARALLEL_DIRS := $(filter-out libprofile, $(PARALLEL_DIRS))
 endif
 
-include $(LEVEL)/Makefile.common
-
 endif
 
+include $(LEVEL)/Makefile.common
+
 install::





More information about the llvm-commits mailing list