rename selection library to selectiondag
[oota-llvm.git] / tools / lli / Makefile
index 883a906b33135137cd930902f6b82c2fdf76198b..d1ba9b6e979e55206875d14031bd05a65bd91726 100644 (file)
@@ -19,7 +19,7 @@ endif
 # What the X86 JIT requires
 ifdef ENABLE_X86_JIT
   CPPFLAGS += -DENABLE_X86_JIT
-  JITLIBS  += x86 selection
+  JITLIBS  += x86 selectiondag
   # X86 doesn't require any ARCHLIBS
 endif