diff options
author | Chris Lattner <sabre@nondot.org> | 2002-09-17 23:24:57 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2002-09-17 23:24:57 +0000 |
commit | 52ee1b08ac7050d498ffe2314b403c818fcf8684 (patch) | |
tree | f4fc5fd28605fbfd3cbe6edce4576ea29fdc4b29 | |
parent | ea4b0b2fe52312153aba4331d96e381af987bc62 (diff) |
Use locally built burg
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@3793 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | Makefile.config | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.config b/Makefile.config index d94552f110..f4def41430 100644 --- a/Makefile.config +++ b/Makefile.config @@ -15,7 +15,7 @@ LLVM_OBJ_DIR = /shared/$(shell whoami) # Path to executable for Burg # -BURG = /home/vadve/vadve/Research/DynOpt/Burg/burg +BURG = $(LEVEL)/utils/Burg/burg # Path to location for purify # |