diff --git a/tools/lli/Makefile b/tools/lli/Makefile index 617518c7c1d..593459d48aa 100644 --- a/tools/lli/Makefile +++ b/tools/lli/Makefile @@ -43,7 +43,7 @@ ifdef ENABLE_SPARC_JIT JITLIBS += sparcv9 ARCHLIBS += sched sparcv9livevar instrument.a profpaths \ bcwriter transforms.a ipo.a ipa.a datastructure.a \ - sparcv9regalloc sparcv9select + sparcv9regalloc endif USEDLIBS = lli-interpreter $(JITLIBS) $(ARCHLIBS) scalaropts analysis.a \