diff options
Diffstat (limited to 'lib')
-rw-r--r-- | lib/ExecutionEngine/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/ExecutionEngine/Makefile b/lib/ExecutionEngine/Makefile index 8012468d8b..4a5641106d 100644 --- a/lib/ExecutionEngine/Makefile +++ b/lib/ExecutionEngine/Makefile @@ -1,7 +1,6 @@ LEVEL = ../.. TOOLNAME = lli -USEDLIBS = bcreader bcwriter vmcore asmwriter analysis support \ - target transforms +USEDLIBS = bcreader vmcore analysis support target transforms TOOLLINKOPTS = -ldl include $(LEVEL)/Makefile.common |