From: Chris Lattner Date: Sun, 7 Apr 2002 06:18:40 +0000 (+0000) Subject: Hopefully this change will make the makefile work for other people without hacking it. X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=ec6bed27dd5587d2a737c2eb12ef78c8fd0c6ddd;p=oota-llvm.git 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 --- diff --git a/Makefile.common b/Makefile.common index a3ac71968cc..a376a113cab 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... diff --git a/Makefile.rules b/Makefile.rules index a3ac71968cc..a376a113cab 100644 --- a/Makefile.rules +++ b/Makefile.rules @@ -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...