From da601403d9cd984af232772371e48077205d9e7a Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Tue, 17 Jun 2003 18:19:52 +0000 Subject: [PATCH] The never-ending odyssey trying to get sparc to link git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@6747 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/ExecutionEngine/Makefile | 2 +- tools/lli/Makefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/ExecutionEngine/Makefile b/lib/ExecutionEngine/Makefile index f710dc081a1..6d0df115502 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 f710dc081a1..6d0df115502 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 -- 2.34.1