From 310467a6577d3423fdd135cf3e817073763174fc Mon Sep 17 00:00:00 2001 From: rillig Date: Thu, 1 Dec 2005 16:41:29 +0000 Subject: Fixed some pkglint warnings of the form: - WARN: archivers/bzip2/Makefile:15: Please use ${CC:Q} instead of "${CC}". --- archivers/bzip2/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'archivers/bzip2') diff --git a/archivers/bzip2/Makefile b/archivers/bzip2/Makefile index 7de3ba5e979..ddbe2e54a7f 100644 --- a/archivers/bzip2/Makefile +++ b/archivers/bzip2/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.39 2005/05/26 15:03:11 salo Exp $ +# $NetBSD: Makefile,v 1.40 2005/12/01 16:41:29 rillig Exp $ # DISTNAME= bzip2-1.0.3 @@ -12,7 +12,7 @@ COMMENT= Block-sorting file compressor PKG_INSTALLATION_TYPES= overwrite pkgviews USE_LIBTOOL= yes -MAKE_ENV+= REALCC="${CC}" +MAKE_ENV+= REALCC=${CC:Q} .include "../../mk/compiler.mk" -- cgit v1.2.3