Fix warning
[oota-llvm.git] / lib / ExecutionEngine / Makefile
index 8012468d8b0e643dadeb63122fd06703fe93e9c5..a0e73d715001191f7fc267b10d454f324e977ca0 100644 (file)
@@ -1,7 +1,10 @@
 LEVEL = ../..
 TOOLNAME = lli
-USEDLIBS = bcreader bcwriter vmcore asmwriter analysis support \
-          target transforms
+USEDLIBS = bcreader vmcore analysis.a support.a target.a transforms.a
+
+# Have gcc tell the linker to export symbols from the program so that
+# dynamically loaded modules can be linked against them.
+#
 TOOLLINKOPTS = -ldl
 
 include $(LEVEL)/Makefile.common