diff options
author | Chris Lattner <sabre@nondot.org> | 2003-10-05 19:28:27 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2003-10-05 19:28:27 +0000 |
commit | 091bbbada30ef4c17e5f66b740adda0acf7cc31a (patch) | |
tree | 3a38bebfa5817bc1e47cf020cda0acf283eded29 /Makefile | |
parent | 0a92ebf557e09c0d10cba161a9c59bd48923d2c0 (diff) | |
download | external_llvm-091bbbada30ef4c17e5f66b740adda0acf7cc31a.zip external_llvm-091bbbada30ef4c17e5f66b740adda0acf7cc31a.tar.gz external_llvm-091bbbada30ef4c17e5f66b740adda0acf7cc31a.tar.bz2 |
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-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,5 +1,5 @@ LEVEL = . -DIRS = support lib tools runtime +DIRS = lib/Support utils lib tools runtime OPTIONAL_DIRS = projects include $(LEVEL)/Makefile.common |