summaryrefslogtreecommitdiff
path: root/lib/Makefile
diff options
context:
space:
mode:
authorBill Wendling <isanbard@gmail.com>2013-10-30 04:03:03 +0000
committerBill Wendling <isanbard@gmail.com>2013-10-30 04:03:03 +0000
commit6a4860af7aedd1bec725d0e59f43f66335f9a5a5 (patch)
tree279525636ed02af17c97b10f5f3cf5b0af35eae0 /lib/Makefile
parent99a43d3b8f5cf86b333055a56220c6965fd9ece4 (diff)
downloadllvm-6a4860af7aedd1bec725d0e59f43f66335f9a5a5.tar.gz
llvm-6a4860af7aedd1bec725d0e59f43f66335f9a5a5.tar.bz2
llvm-6a4860af7aedd1bec725d0e59f43f66335f9a5a5.tar.xz
Reformat Makefile. No other changes.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@193675 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Makefile')
-rw-r--r--lib/Makefile7
1 files changed, 3 insertions, 4 deletions
diff --git a/lib/Makefile b/lib/Makefile
index cfe992668d..2ed0636cfd 100644
--- a/lib/Makefile
+++ b/lib/Makefile
@@ -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
-