diff --git a/lib/ExecutionEngine/Makefile b/lib/ExecutionEngine/Makefile index 4a5641106d0..930f410b685 100644 --- a/lib/ExecutionEngine/Makefile +++ b/lib/ExecutionEngine/Makefile @@ -1,6 +1,6 @@ LEVEL = ../.. TOOLNAME = lli USEDLIBS = bcreader vmcore analysis support target transforms -TOOLLINKOPTS = -ldl +TOOLLINKOPTS = -L$(LEVEL)/test/Libraries/Output -linstr32 -ldl include $(LEVEL)/Makefile.common diff --git a/tools/lli/Makefile b/tools/lli/Makefile index 4a5641106d0..930f410b685 100644 --- a/tools/lli/Makefile +++ b/tools/lli/Makefile @@ -1,6 +1,6 @@ LEVEL = ../.. TOOLNAME = lli USEDLIBS = bcreader vmcore analysis support target transforms -TOOLLINKOPTS = -ldl +TOOLLINKOPTS = -L$(LEVEL)/test/Libraries/Output -linstr32 -ldl include $(LEVEL)/Makefile.common