| commit | a896b08b5c8c1386bd010248524e5d0951c51972 | [log] [tgz] |
|---|---|---|
| author | Chris Lattner <sabre@nondot.org> | Tue Jul 23 17:52:38 2002 +0000 |
| committer | Chris Lattner <sabre@nondot.org> | Tue Jul 23 17:52:38 2002 +0000 |
| tree | c520f86dffda4fe4d844513e64d08fc74c409e8b | |
| parent | 2a77d8a7aa79ac4dd2ccda43c655a28c374be7c5 [diff] [blame] |
*** empty log message *** llvm-svn: 3002
diff --git a/llvm/lib/ExecutionEngine/Makefile b/llvm/lib/ExecutionEngine/Makefile index 4a56411..4e47ee6 100644 --- a/llvm/lib/ExecutionEngine/Makefile +++ b/llvm/lib/ExecutionEngine/Makefile
@@ -1,6 +1,6 @@ LEVEL = ../.. TOOLNAME = lli -USEDLIBS = bcreader vmcore analysis support target transforms +USEDLIBS = bcreader vmcore analysis.a support.a target.a transforms.a TOOLLINKOPTS = -ldl include $(LEVEL)/Makefile.common