The never-ending odyssey trying to get sparc to link
llvm-svn: 6747
diff --git a/llvm/lib/ExecutionEngine/Makefile b/llvm/lib/ExecutionEngine/Makefile
index f710dc0..6d0df11 100644
--- a/llvm/lib/ExecutionEngine/Makefile
+++ b/llvm/lib/ExecutionEngine/Makefile
@@ -3,7 +3,7 @@
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/llvm/tools/lli/Makefile b/llvm/tools/lli/Makefile
index f710dc0..6d0df11 100644
--- a/llvm/tools/lli/Makefile
+++ b/llvm/tools/lli/Makefile
@@ -3,7 +3,7 @@
PARALLEL_DIRS = Interpreter JIT
# Get the config name...
-include $(LEVEL)/Makefile.config
+include $(LEVEL)/Makefile.$(shell uname)
# Generic JIT libraries
JITLIBS = lli-jit codegen