Hopefully this change will make the makefile work for other people without hacking it.
authorChris Lattner <sabre@nondot.org>
Sun, 7 Apr 2002 06:18:40 +0000 (06:18 +0000)
committerChris Lattner <sabre@nondot.org>
Sun, 7 Apr 2002 06:18:40 +0000 (06:18 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@2128 91177308-0d34-0410-b5e6-96231b3b80d8

Makefile.common
Makefile.rules

index a3ac71968cc966f3caf635b73c46f778e159000d..a376a113cabe18a74d64a95364a3ccafcf040088 100644 (file)
@@ -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...
index a3ac71968cc966f3caf635b73c46f778e159000d..a376a113cabe18a74d64a95364a3ccafcf040088 100644 (file)
@@ -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...