diff options
| author | Daniel Dunbar <daniel@zuster.org> | 2011-10-18 19:27:24 +0000 |
|---|---|---|
| committer | Daniel Dunbar <daniel@zuster.org> | 2011-10-18 19:27:24 +0000 |
| commit | 96d812a68d3fcdaf34faf601f247a1cea6faf083 (patch) | |
| tree | e606a964b956689bd00ffe8f632a9d4898ac3b69 /llvm/tools/bugpoint | |
| parent | 627b2b06f63187070df6943c67c5b594137cfa2d (diff) | |
| download | bcm5719-llvm-96d812a68d3fcdaf34faf601f247a1cea6faf083.tar.gz bcm5719-llvm-96d812a68d3fcdaf34faf601f247a1cea6faf083.zip | |
build: Tidy up a bunch of tool Makefiles, and simplify where possible using the
new all-targets pseudo-component.
llvm-svn: 142401
Diffstat (limited to 'llvm/tools/bugpoint')
| -rw-r--r-- | llvm/tools/bugpoint/Makefile | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/llvm/tools/bugpoint/Makefile b/llvm/tools/bugpoint/Makefile index 5d287ef188a..eacaa47a7bb 100644 --- a/llvm/tools/bugpoint/Makefile +++ b/llvm/tools/bugpoint/Makefile @@ -6,11 +6,10 @@ # License. See LICENSE.TXT for details. # ##===----------------------------------------------------------------------===## -LEVEL = ../.. -TOOLNAME = bugpoint - -LINK_COMPONENTS := asmparser instrumentation scalaropts ipo \ - linker bitreader bitwriter +LEVEL := ../.. +TOOLNAME := bugpoint +LINK_COMPONENTS := asmparser instrumentation scalaropts ipo linker bitreader \ + bitwriter include $(LEVEL)/Makefile.common |

