diff options
-rw-r--r-- | lib/ExecutionEngine/Makefile | 2 | ||||
-rw-r--r-- | tools/lli/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/lib/ExecutionEngine/Makefile b/lib/ExecutionEngine/Makefile index f710dc081a..6d0df11550 100644 --- a/lib/ExecutionEngine/Makefile +++ b/lib/ExecutionEngine/Makefile @@ -3,7 +3,7 @@ TOOLNAME = lli PARALLEL_DIRS = Interpreter JIT # Get the config name... -include $(LEVEL)/Makefile.config +include $(LEVEL)/Makefile.$(shell uname) # Generic JIT libraries JITLIBS = lli-jit codegen diff --git a/tools/lli/Makefile b/tools/lli/Makefile index f710dc081a..6d0df11550 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.config +include $(LEVEL)/Makefile.$(shell uname) # Generic JIT libraries JITLIBS = lli-jit codegen |