diff options
-rw-r--r-- | Makefile.common | 2 | ||||
-rw-r--r-- | Makefile.rules | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.common b/Makefile.common index 2c5f9310c0..60ce5f1f89 100644 --- a/Makefile.common +++ b/Makefile.common @@ -91,7 +91,7 @@ BURG = /home/vadve/vadve/Research/DynOpt/Burg/burg BURG_OPTS = -I -PURIFY = /usr/dcs/applications/purify/bin/purify -cache-dir="$(HOME)/purifycache" -chain-length="30" -messages=all +PURIFY = /usr/dcs/applications/purify/bin/purify -cache-dir="$(BUILD_ROOT_TOP)/../purifycache" -chain-length="30" -messages=all # Shorthand for commonly accessed directories LIBDEBUG := $(BUILD_ROOT_TOP)/lib/Debug diff --git a/Makefile.rules b/Makefile.rules index 2c5f9310c0..60ce5f1f89 100644 --- a/Makefile.rules +++ b/Makefile.rules @@ -91,7 +91,7 @@ BURG = /home/vadve/vadve/Research/DynOpt/Burg/burg BURG_OPTS = -I -PURIFY = /usr/dcs/applications/purify/bin/purify -cache-dir="$(HOME)/purifycache" -chain-length="30" -messages=all +PURIFY = /usr/dcs/applications/purify/bin/purify -cache-dir="$(BUILD_ROOT_TOP)/../purifycache" -chain-length="30" -messages=all # Shorthand for commonly accessed directories LIBDEBUG := $(BUILD_ROOT_TOP)/lib/Debug |