summaryrefslogtreecommitdiff
path: root/Makefile.common
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2002-04-07 06:18:40 +0000
committerChris Lattner <sabre@nondot.org>2002-04-07 06:18:40 +0000
commitec6bed27dd5587d2a737c2eb12ef78c8fd0c6ddd (patch)
treee8a9a52d0e3e1d1aef90119bccdd1156ec017924 /Makefile.common
parent417081c6b3897d028684bac866c925aa2f16a57a (diff)
downloadllvm-ec6bed27dd5587d2a737c2eb12ef78c8fd0c6ddd.tar.gz
llvm-ec6bed27dd5587d2a737c2eb12ef78c8fd0c6ddd.tar.bz2
llvm-ec6bed27dd5587d2a737c2eb12ef78c8fd0c6ddd.tar.xz
Hopefully this change will make the makefile work for other people without hacking it.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@2128 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'Makefile.common')
-rw-r--r--Makefile.common2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.common b/Makefile.common
index a3ac71968c..a376a113ca 100644
--- a/Makefile.common
+++ b/Makefile.common
@@ -39,7 +39,7 @@ BURG = /home/vadve/vadve/Research/DynOpt/Burg/burg
BURG_OPTS = -I
-PURIFY = /usr/dcs/applications/purify/bin/purify -cache-dir="/home/vadve/lattner/purifycache" -chain-length="10" -messages=all
+PURIFY = /usr/dcs/applications/purify/bin/purify -cache-dir="$(HOME)/purifycache" -chain-length="30" -messages=all
#---------------------------------------------------------
# Compilation options...