summaryrefslogtreecommitdiffstats
path: root/llvm/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
commitd3b4344af986619fee9ea01423691c9353d5b3c2 (patch)
treeaf16ba72bbf039e4efbe0e17c659b2d0ec216693 /llvm/lib/Makefile
parentbabd67e6cecef69d8a83d3ad68102375bb5924d1 (diff)
downloadbcm5719-llvm-d3b4344af986619fee9ea01423691c9353d5b3c2.tar.gz
bcm5719-llvm-d3b4344af986619fee9ea01423691c9353d5b3c2.zip
Reformat Makefile. No other changes.
llvm-svn: 193675
Diffstat (limited to 'llvm/lib/Makefile')
-rw-r--r--llvm/lib/Makefile7
1 files changed, 3 insertions, 4 deletions
diff --git a/llvm/lib/Makefile b/llvm/lib/Makefile
index cfe992668de..2ed0636cfd2 100644
--- a/llvm/lib/Makefile
+++ b/llvm/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
-
OpenPOWER on IntegriCloud