aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2003-06-17 18:19:52 +0000
committerChris Lattner <sabre@nondot.org>2003-06-17 18:19:52 +0000
commitda601403d9cd984af232772371e48077205d9e7a (patch)
treeb1d085d6420f09bb7cc49df01a018112e322d154
parentd56243635513599923dc7d6b300f3d6101d85106 (diff)
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
-rw-r--r--lib/ExecutionEngine/Makefile2
-rw-r--r--tools/lli/Makefile2
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