From aa3c921182c52860b381851633430b0dd89d4882 Mon Sep 17 00:00:00 2001 From: jschauma Date: Mon, 21 Apr 2003 14:22:57 +0000 Subject: Quote the variable when passing to MAKE_ENV. --- textproc/biblook/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'textproc/biblook') diff --git a/textproc/biblook/Makefile b/textproc/biblook/Makefile index 1b1ff423a9b..76681668238 100644 --- a/textproc/biblook/Makefile +++ b/textproc/biblook/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2003/03/29 12:42:35 jmmv Exp $ +# $NetBSD: Makefile,v 1.3 2003/04/21 14:22:57 jschauma Exp $ # DISTNAME= biblook @@ -13,7 +13,7 @@ COMMENT= indexing and searching tools for BibTeX bibliography databases .include "../../mk/bsd.prefs.mk" -MAKE_FLAGS= CC=${CC} +MAKE_FLAGS= CC="${CC}" # override definitions in the package's Makefile via command line .if ${OPSYS} == "NetBSD" -- cgit v1.2.3