summaryrefslogtreecommitdiff
path: root/utils/Makefile
diff options
context:
space:
mode:
authorJohn Criswell <criswell@uiuc.edu>2003-09-29 14:52:53 +0000
committerJohn Criswell <criswell@uiuc.edu>2003-09-29 14:52:53 +0000
commitbc7039c0cdfa583fc8a7223a86d231fd88c5d337 (patch)
tree2674b6fe8b6b9a98616e5f0e5b90fd560528350f /utils/Makefile
parent4e0797835fbcbd06290140b698a5eb8b5b6e2188 (diff)
downloadllvm-bc7039c0cdfa583fc8a7223a86d231fd88c5d337.tar.gz
llvm-bc7039c0cdfa583fc8a7223a86d231fd88c5d337.tar.bz2
llvm-bc7039c0cdfa583fc8a7223a86d231fd88c5d337.tar.xz
Moved llvm/utils/Burg and llvm/utils/TableGen to llvm/support/tools.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8734 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'utils/Makefile')
-rw-r--r--utils/Makefile4
1 files changed, 0 insertions, 4 deletions
diff --git a/utils/Makefile b/utils/Makefile
deleted file mode 100644
index a0e9427452..0000000000
--- a/utils/Makefile
+++ /dev/null
@@ -1,4 +0,0 @@
-LEVEL = ..
-DIRS = Burg TableGen
-
-include $(LEVEL)/Makefile.common