From 5a8a5b0b177d92e08170e410a1f890a8bdb0cabe Mon Sep 17 00:00:00 2001 From: uebayasi Date: Mon, 14 Feb 2005 05:37:55 +0000 Subject: Fix quoting. --- time/cal/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'time') diff --git a/time/cal/Makefile b/time/cal/Makefile index 0cc4f4ddb18..87f20b188c9 100644 --- a/time/cal/Makefile +++ b/time/cal/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2004/12/03 15:15:11 wiz Exp $ +# $NetBSD: Makefile,v 1.10 2005/02/14 05:37:55 uebayasi Exp $ # FreeBSD Id: Makefile,v 1.5 1997/05/12 06:33:23 max Exp # @@ -15,7 +15,7 @@ MAKEFILE= makefile.unx BUILD_TARGET= cal PKG_SYSCONFSUBDIR= cal -CFLAGS+= -DPKG_SYSCONFDIR=\"\\\"${PKG_SYSCONFDIR}\"\\\" +CFLAGS+= -DPKG_SYSCONFDIR="\"${PKG_SYSCONFDIR}\"" EGDIR= ${PREFIX}/share/examples/cal # CONF_FILES not used as calcol and caldat are optional. -- cgit v1.2.3