aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2002-09-17 23:23:52 +0000
committerChris Lattner <sabre@nondot.org>2002-09-17 23:23:52 +0000
commitea4b0b2fe52312153aba4331d96e381af987bc62 (patch)
tree0802b31aa44b08265458328f68c6ffd59a21a881
parent3ae260d26754428138f177804455fec6d21c7227 (diff)
downloadexternal_llvm-ea4b0b2fe52312153aba4331d96e381af987bc62.zip
external_llvm-ea4b0b2fe52312153aba4331d96e381af987bc62.tar.gz
external_llvm-ea4b0b2fe52312153aba4331d96e381af987bc62.tar.bz2
Build burg tree
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@3792 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 6698a54..34bdc60 100644
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,5 @@
LEVEL = .
-DIRS = lib tools
+DIRS = utils/Burg lib tools
include $(LEVEL)/Makefile.common