diff options
author | Michael Johnson <ahze@FreeBSD.org> | 2005-02-04 05:29:47 +0000 |
---|---|---|
committer | Michael Johnson <ahze@FreeBSD.org> | 2005-02-04 05:29:47 +0000 |
commit | e7fb8197e42c5d54df7420e4f642f04776fc4271 (patch) | |
tree | 314e3518f98310bd32e07bba4a807bae74c41015 /devel/ccache | |
parent | f4c32e5e5983841d8bfb16822bcdc7e6d2803907 (diff) |
Notes
Diffstat (limited to 'devel/ccache')
-rw-r--r-- | devel/ccache/files/ccache-howto-freebsd.txt.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/ccache/files/ccache-howto-freebsd.txt.in b/devel/ccache/files/ccache-howto-freebsd.txt.in index b69ccffd2560..22494ba030ff 100644 --- a/devel/ccache/files/ccache-howto-freebsd.txt.in +++ b/devel/ccache/files/ccache-howto-freebsd.txt.in @@ -5,7 +5,7 @@ To use ccache add the following to /etc/make.conf .if !defined(NOCCACHE) -.if ${.CURDIR:M/usr/src*} +.if ${.CURDIR:M/usr/src*} || ${.CURDIR:M${MAKEOBJDIRPREFIX}*} CC=%%LOCALBASE%%/libexec/ccache/cc CXX=%%LOCALBASE%%/libexec/ccache/c++ .else |