1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2025-01-31 12:41:49 +01:00

Reformat Makefile. No other changes.

llvm-svn: 193675
This commit is contained in:
Bill Wendling 2013-10-30 04:03:03 +00:00
parent 49d18cd7b5
commit 3a00680150

View File

@ -10,9 +10,8 @@ LEVEL = ..
include $(LEVEL)/Makefile.config include $(LEVEL)/Makefile.config
PARALLEL_DIRS := IR AsmParser Bitcode Analysis Transforms CodeGen \ PARALLEL_DIRS := IR AsmParser Bitcode Analysis Transforms CodeGen Target \
Target ExecutionEngine Linker LTO MC Object Option DebugInfo \ ExecutionEngine Linker LTO MC Object Option DebugInfo \
IRReader IRReader
include $(LEVEL)/Makefile.common include $(LEVEL)/Makefile.common