diff options
author | schmidt <douglascraigschmidt@users.noreply.github.com> | 1998-08-06 04:17:45 +0000 |
---|---|---|
committer | schmidt <douglascraigschmidt@users.noreply.github.com> | 1998-08-06 04:17:45 +0000 |
commit | 2e9d1dc5ae0d4be4de181bec107b6a7a84527b0c (patch) | |
tree | 831c3c52b932aae354cc730902b4246fa78078cc /include | |
parent | 4f5cc78d00e0b8f7681652836f3e5d90a64da4d9 (diff) | |
download | ATCD-2e9d1dc5ae0d4be4de181bec107b6a7a84527b0c.tar.gz |
*** empty log message ***
Diffstat (limited to 'include')
-rw-r--r-- | include/makeinclude/wrapper_macros.GNU | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/makeinclude/wrapper_macros.GNU b/include/makeinclude/wrapper_macros.GNU index 8bf405bf46f..6ef1c280526 100644 --- a/include/makeinclude/wrapper_macros.GNU +++ b/include/makeinclude/wrapper_macros.GNU @@ -319,7 +319,7 @@ ifeq ($(purify),0) endif # purify PURE_CACHE_BASE_DIR = /tmp/purifycache -PURE_CACHE_DIR = $(PURE_CACHE_BASE_DIR)-$(LOGNAME)-$(CXX) +PURE_CACHE_DIR = $(PURE_CACHE_BASE_DIR)-$(LOGNAME)-$(notdir $(CXX) ) ifdef purify #### You might want to adjust the Purify options below. |