aboutsummaryrefslogtreecommitdiff
path: root/devel/ccache
diff options
context:
space:
mode:
authorMichael Johnson <ahze@FreeBSD.org>2005-02-04 09:07:12 +0000
committerMichael Johnson <ahze@FreeBSD.org>2005-02-04 09:07:12 +0000
commit75854144ee8c66ed02b4bab6efedc05368ff2f75 (patch)
tree4521b43d1b8d9b943b71950fe66d48f2c7e27214 /devel/ccache
parent37011d95f158790019262bce07e417299419dac6 (diff)
Notes
Diffstat (limited to 'devel/ccache')
-rw-r--r--devel/ccache/files/ccache-howto-freebsd.txt.in2
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