From ea4b0b2fe52312153aba4331d96e381af987bc62 Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Tue, 17 Sep 2002 23:23:52 +0000 Subject: [PATCH] Build burg tree git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@3792 91177308-0d34-0410-b5e6-96231b3b80d8 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 6698a545eb7..34bdc600e27 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ LEVEL = . -DIRS = lib tools +DIRS = utils/Burg lib tools include $(LEVEL)/Makefile.common -- 2.34.1