Fix warning
[oota-llvm.git] / lib / ExecutionEngine / Makefile
index b5b7c3d26b964103e70ff927b7809d2f714d9862..a0e73d715001191f7fc267b10d454f324e977ca0 100644 (file)
@@ -5,6 +5,6 @@ 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 $(ExportSymbols)
+TOOLLINKOPTS = -ldl
 
 include $(LEVEL)/Makefile.common