summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJohn Criswell <criswell@uiuc.edu>2003-09-29 14:52:28 +0000
committerJohn Criswell <criswell@uiuc.edu>2003-09-29 14:52:28 +0000
commit4e0797835fbcbd06290140b698a5eb8b5b6e2188 (patch)
tree9b77b37337e4829a967d869430bbfc4e13d94b8a /Makefile
parent876b9aa21d6b4fb8497d423754c7b1067f8e22d0 (diff)
Moved llvm/lib/Support to llvm/support/lib/Support.
Moved llvm/utils/Burg and llvm/utils/TableGen to llvm/support/tools. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8733 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 735ba5fe0cc..1e8d99c0b3c 100644
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,5 @@
LEVEL = .
-DIRS = lib/Support utils lib tools runtime
+DIRS = support lib tools runtime
OPTIONAL_DIRS = projects
include $(LEVEL)/Makefile.common