From e90842ca523dec19ad8a27253c45061b6d0c1397 Mon Sep 17 00:00:00 2001 From: Bill Wendling Date: Wed, 15 Oct 2008 16:20:13 +0000 Subject: [PATCH] Unbreak the build. Please test out the proper fix for this by compiling LLVM with the build directory different from the source directory. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@57583 91177308-0d34-0410-b5e6-96231b3b80d8 --- tools/llvmc2/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/tools/llvmc2/Makefile b/tools/llvmc2/Makefile index 3012065e4ca..c5b2959b6fc 100644 --- a/tools/llvmc2/Makefile +++ b/tools/llvmc2/Makefile @@ -9,7 +9,9 @@ LEVEL = ../.. -BUILTIN_PLUGINS = Base +##### FIXME: Does not work when objdir != srcdir +#####BUILTIN_PLUGINS = Base + DRIVER_NAME = llvmc2 DIRS = plugins driver