From ec6bed27dd5587d2a737c2eb12ef78c8fd0c6ddd Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Sun, 7 Apr 2002 06:18:40 +0000 Subject: [PATCH] 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 --- Makefile.common | 2 +- Makefile.rules | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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...