[llvm] r193675 - Reformat Makefile. No other changes.

Bill Wendling isanbard at gmail.com
Tue Oct 29 21:03:03 PDT 2013


Author: void
Date: Tue Oct 29 23:03:03 2013
New Revision: 193675

URL: http://llvm.org/viewvc/llvm-project?rev=193675&view=rev
Log:
Reformat Makefile. No other changes.

Modified:
    llvm/trunk/lib/Makefile

Modified: llvm/trunk/lib/Makefile
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/Makefile?rev=193675&r1=193674&r2=193675&view=diff
==============================================================================
--- llvm/trunk/lib/Makefile (original)
+++ llvm/trunk/lib/Makefile Tue Oct 29 23:03:03 2013
@@ -10,9 +10,8 @@ LEVEL = ..
 
 include $(LEVEL)/Makefile.config
 
-PARALLEL_DIRS := IR AsmParser Bitcode Analysis Transforms CodeGen \
-                 Target ExecutionEngine Linker LTO MC Object Option DebugInfo \
-								 IRReader
+PARALLEL_DIRS := IR AsmParser Bitcode Analysis Transforms CodeGen Target \
+                 ExecutionEngine Linker LTO MC Object Option DebugInfo   \
+                 IRReader
 
 include $(LEVEL)/Makefile.common
-





More information about the llvm-commits mailing list