diff options
Diffstat (limited to 'tools/lli/Makefile')
-rw-r--r-- | tools/lli/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/tools/lli/Makefile b/tools/lli/Makefile index 80aa82b4d6..292f6087b1 100644 --- a/tools/lli/Makefile +++ b/tools/lli/Makefile @@ -7,9 +7,8 @@ # ##===----------------------------------------------------------------------===## -LEVEL := ../.. +LEVEL := ../.. TOOLNAME := lli LINK_COMPONENTS := mcjit jit interpreter nativecodegen bitreader asmparser selectiondag -# Enable JIT support include $(LEVEL)/Makefile.common |