Build burg tree
authorChris Lattner <sabre@nondot.org>
Tue, 17 Sep 2002 23:23:52 +0000 (23:23 +0000)
committerChris Lattner <sabre@nondot.org>
Tue, 17 Sep 2002 23:23:52 +0000 (23:23 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@3792 91177308-0d34-0410-b5e6-96231b3b80d8

Makefile

index 6698a545eb7782a24e5031dcf09d8f148eb5f7e6..34bdc600e27dd90798f4b4add5e7fed545a21c16 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,5 @@
 LEVEL = .
-DIRS = lib tools
+DIRS = utils/Burg lib tools
 
 include $(LEVEL)/Makefile.common