summaryrefslogtreecommitdiff
path: root/tools/Makefile
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2001-09-14 23:21:08 +0000
committerChris Lattner <sabre@nondot.org>2001-09-14 23:21:08 +0000
commit43c6dfea259b1c8a11672e5102f6e47ac51be6b3 (patch)
tree6941b302578ef3bad0dc060d9aa41a24cf483ec7 /tools/Makefile
parente4d71a1e183198db4378b1f295237f2f80d69a4f (diff)
downloadllvm-43c6dfea259b1c8a11672e5102f6e47ac51be6b3.tar.gz
llvm-43c6dfea259b1c8a11672e5102f6e47ac51be6b3.tar.bz2
llvm-43c6dfea259b1c8a11672e5102f6e47ac51be6b3.tar.xz
Oops, accidentally checked my debugging makefile
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@583 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'tools/Makefile')
-rw-r--r--tools/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/Makefile b/tools/Makefile
index 4362f9fcea..ef88afade7 100644
--- a/tools/Makefile
+++ b/tools/Makefile
@@ -1,5 +1,5 @@
LEVEL = ..
-DIRS = llc as dis opt analyze lli llc
+DIRS = as dis opt analyze lli llc
include $(LEVEL)/Makefile.common