Skip to content

Commit

Permalink
Reformat Makefile. No other changes.
Browse files Browse the repository at this point in the history
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@193675 91177308-0d34-0410-b5e6-96231b3b80d8
  • Loading branch information
isanbard committed Oct 30, 2013
1 parent 99a43d3 commit 6a4860a
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions lib/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 6a4860a

Please sign in to comment.