diff options
author | Chris Lattner <sabre@nondot.org> | 2002-09-17 23:23:52 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2002-09-17 23:23:52 +0000 |
commit | ea4b0b2fe52312153aba4331d96e381af987bc62 (patch) | |
tree | 0802b31aa44b08265458328f68c6ffd59a21a881 | |
parent | 3ae260d26754428138f177804455fec6d21c7227 (diff) | |
download | external_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-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,5 +1,5 @@ LEVEL = . -DIRS = lib tools +DIRS = utils/Burg lib tools include $(LEVEL)/Makefile.common |