summaryrefslogtreecommitdiff
path: root/utils/Makefile
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2003-10-05 19:27:59 +0000
committerChris Lattner <sabre@nondot.org>2003-10-05 19:27:59 +0000
commit0a92ebf557e09c0d10cba161a9c59bd48923d2c0 (patch)
treef64edfe3c2289178f7949ee31f8c72da68652bb3 /utils/Makefile
parentf708c7901d3b48e2fff2f5913689dd9bf78c9fb9 (diff)
downloadllvm-0a92ebf557e09c0d10cba161a9c59bd48923d2c0.tar.gz
llvm-0a92ebf557e09c0d10cba161a9c59bd48923d2c0.tar.bz2
llvm-0a92ebf557e09c0d10cba161a9c59bd48923d2c0.tar.xz
Move support/tools/* back into utils
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8875 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'utils/Makefile')
-rw-r--r--utils/Makefile6
1 files changed, 6 insertions, 0 deletions
diff --git a/utils/Makefile b/utils/Makefile
new file mode 100644
index 0000000000..512cc9e06b
--- /dev/null
+++ b/utils/Makefile
@@ -0,0 +1,6 @@
+LEVEL = ..
+
+DIRS = Burg TableGen
+
+include $(LEVEL)/Makefile.common
+