diff options
author | Michael Johnson <ahze@FreeBSD.org> | 2005-02-04 09:07:12 +0000 |
---|---|---|
committer | Michael Johnson <ahze@FreeBSD.org> | 2005-02-04 09:07:12 +0000 |
commit | 75854144ee8c66ed02b4bab6efedc05368ff2f75 (patch) | |
tree | 4521b43d1b8d9b943b71950fe66d48f2c7e27214 /devel/ccache | |
parent | 37011d95f158790019262bce07e417299419dac6 (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 22494ba030ff..b69ccffd2560 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*} || ${.CURDIR:M${MAKEOBJDIRPREFIX}*} +.if ${.CURDIR:M/usr/src*} CC=%%LOCALBASE%%/libexec/ccache/cc CXX=%%LOCALBASE%%/libexec/ccache/c++ .else |