| commit | 091bbbada30ef4c17e5f66b740adda0acf7cc31a | [log] [tgz] |
|---|---|---|
| author | Chris Lattner <sabre@nondot.org> | Sun Oct 05 19:28:27 2003 +0000 |
| committer | Chris Lattner <sabre@nondot.org> | Sun Oct 05 19:28:27 2003 +0000 |
| tree | 3a38bebfa5817bc1e47cf020cda0acf283eded29 | |
| parent | 0a92ebf557e09c0d10cba161a9c59bd48923d2c0 [diff] [blame] |
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
diff --git a/Makefile b/Makefile index 1e8d99c..735ba5f 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