forked from OSchip/llvm-project
Hopefully this change will make the makefile work for other people without hacking it.
llvm-svn: 2128
This commit is contained in:
parent
de5047b174
commit
c0427b9ce9
|
@ -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...
|
||||
|
|
|
@ -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...
|
||||
|
|
Loading…
Reference in New Issue