From: Chris Lattner Date: Sun, 5 Oct 2003 19:28:27 +0000 (+0000) Subject: Revert back to keeping Burg and TableGen in the utils directory X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=091bbbada30ef4c17e5f66b740adda0acf7cc31a;p=oota-llvm.git 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 1e8d99c0b3c..735ba5fe0cc 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