diff options
author | Misha Brukman <brukman+llvm@gmail.com> | 2004-09-15 01:34:42 +0000 |
---|---|---|
committer | Misha Brukman <brukman+llvm@gmail.com> | 2004-09-15 01:34:42 +0000 |
commit | 3559a93f5e48209ecd3f0b19d91e38f3b24a295b (patch) | |
tree | cdad52ea1cd6d46392cd818b286a6cceb8937dc5 /lib/Makefile | |
parent | 07542c8c2068f20c41f52f0ac9061608a1251265 (diff) |
Wrap long line
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@16352 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Makefile')
-rw-r--r-- | lib/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/Makefile b/lib/Makefile index 6620fe56b9..e7f47bc679 100644 --- a/lib/Makefile +++ b/lib/Makefile @@ -8,7 +8,8 @@ ##===----------------------------------------------------------------------===## LEVEL = .. -PARALLEL_DIRS = VMCore Analysis Transforms AsmParser Bytecode CodeGen Target ExecutionEngine Debugger +PARALLEL_DIRS = VMCore Analysis Transforms AsmParser Bytecode CodeGen Target \ + ExecutionEngine Debugger include $(LEVEL)/Makefile.common |