summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2003-10-05 19:28:27 +0000
committerChris Lattner <sabre@nondot.org>2003-10-05 19:28:27 +0000
commit091bbbada30ef4c17e5f66b740adda0acf7cc31a (patch)
tree3a38bebfa5817bc1e47cf020cda0acf283eded29 /Makefile
parent0a92ebf557e09c0d10cba161a9c59bd48923d2c0 (diff)
downloadllvm-091bbbada30ef4c17e5f66b740adda0acf7cc31a.tar.gz
llvm-091bbbada30ef4c17e5f66b740adda0acf7cc31a.tar.bz2
llvm-091bbbada30ef4c17e5f66b740adda0acf7cc31a.tar.xz
Revert back to keeping Burg and TableGen in the utils directory
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8876 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 1e8d99c0b3..735ba5fe0c 100644
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,5 @@
LEVEL = .
-DIRS = support lib tools runtime
+DIRS = lib/Support utils lib tools runtime
OPTIONAL_DIRS = projects
include $(LEVEL)/Makefile.common