From: Brian Gaeke Date: Fri, 5 Sep 2003 19:39:49 +0000 (+0000) Subject: Add ExecutionEngine directory. X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=dbff77238f4bc12860a18646a153525eb18cd390;p=oota-llvm.git Add ExecutionEngine directory. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8371 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Makefile b/lib/Makefile index d0f6f57d393..ac80c155cd3 100644 --- a/lib/Makefile +++ b/lib/Makefile @@ -1,6 +1,6 @@ LEVEL = .. -PARALLEL_DIRS = VMCore Analysis Transforms AsmParser Bytecode Support CodeGen Target CWriter +PARALLEL_DIRS = VMCore Analysis Transforms AsmParser Bytecode Support CodeGen Target CWriter ExecutionEngine include $(LEVEL)/Makefile.common