diff options
-rw-r--r-- | textproc/biblook/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
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" |