Build system fixes. llvm-mc depends on
authorSean Callanan <scallanan@apple.com>
Mon, 12 Apr 2010 21:55:49 +0000 (21:55 +0000)
committerSean Callanan <scallanan@apple.com>
Mon, 12 Apr 2010 21:55:49 +0000 (21:55 +0000)
commit2fb938fd42fe12ca5deb560eb1ba1c646c87fc69
tree944fd73002bda2b1ff6aeca98cf139896f7eef62
parentca9b7037e28759c200fe5ca98190cabd121a1bba
Build system fixes.  llvm-mc depends on
libEnhancedDisassembly, so we now build the
static library in all cases (although the shared
library is only built when requested/possible).

Also, fixed a bug where edis wasn't properly
initializing the targets it uses.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@101072 91177308-0d34-0410-b5e6-96231b3b80d8
tools/Makefile
tools/edis/Makefile