Revert back to keeping Burg and TableGen in the utils directory
authorChris Lattner <sabre@nondot.org>
Sun, 5 Oct 2003 19:28:27 +0000 (19:28 +0000)
committerChris Lattner <sabre@nondot.org>
Sun, 5 Oct 2003 19:28:27 +0000 (19:28 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8876 91177308-0d34-0410-b5e6-96231b3b80d8

Makefile

index 1e8d99c0b3caeeaacd3bf4db732024793da0bb7f..735ba5fe0ccccb0fe8033c6e2b4b804e1c40044e 100644 (file)
--- 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