diff options
-rw-r--r-- | lib/ExecutionEngine/Makefile | 2 | ||||
-rw-r--r-- | tools/lli/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/lib/ExecutionEngine/Makefile b/lib/ExecutionEngine/Makefile index 930f410b68..4a5641106d 100644 --- a/lib/ExecutionEngine/Makefile +++ b/lib/ExecutionEngine/Makefile @@ -1,6 +1,6 @@ LEVEL = ../.. TOOLNAME = lli USEDLIBS = bcreader vmcore analysis support target transforms -TOOLLINKOPTS = -L$(LEVEL)/test/Libraries/Output -linstr32 -ldl +TOOLLINKOPTS = -ldl include $(LEVEL)/Makefile.common diff --git a/tools/lli/Makefile b/tools/lli/Makefile index 930f410b68..4a5641106d 100644 --- a/tools/lli/Makefile +++ b/tools/lli/Makefile @@ -1,6 +1,6 @@ LEVEL = ../.. TOOLNAME = lli USEDLIBS = bcreader vmcore analysis support target transforms -TOOLLINKOPTS = -L$(LEVEL)/test/Libraries/Output -linstr32 -ldl +TOOLLINKOPTS = -ldl include $(LEVEL)/Makefile.common |