Disable ccache when building ccache itself.

This commit is contained in:
sthen 2011-07-05 15:12:05 +00:00
parent 14e3fda149
commit 4debc03f8f

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.16 2011/06/22 11:28:16 sthen Exp $
# $OpenBSD: Makefile,v 1.17 2011/07/05 15:12:05 sthen Exp $
COMMENT = compiler cache
@ -23,4 +23,6 @@ MASTER_SITES = http://samba.org/ftp/ccache/
CONFIGURE_STYLE = gnu
USE_GROFF = Yes
NO_CCACHE = Yes
.include <bsd.port.mk>