diff options
Diffstat (limited to 'tools/lli/Makefile')
-rw-r--r-- | tools/lli/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/lli/Makefile b/tools/lli/Makefile index 6ee2d3f3ab..d74adf9492 100644 --- a/tools/lli/Makefile +++ b/tools/lli/Makefile @@ -3,7 +3,7 @@ TOOLNAME = lli PARALLEL_DIRS = Interpreter JIT # Get the config name... -include $(LEVEL)/Makefile.$(shell uname) +include $(LEVEL)/Makefile.config # Generic JIT libraries JITLIBS = lli-jit codegen |