From 3559a93f5e48209ecd3f0b19d91e38f3b24a295b Mon Sep 17 00:00:00 2001 From: Misha Brukman Date: Wed, 15 Sep 2004 01:34:42 +0000 Subject: Wrap long line git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@16352 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'lib/Makefile') 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 -- cgit v1.2.3