From 71960dee9e67049bef13c9efb3653608b1fe85a9 Mon Sep 17 00:00:00 2001 From: uebayasi Date: Mon, 7 Mar 2005 09:41:45 +0000 Subject: Fix quoting. --- emulators/darcnes/Makefile.common | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'emulators/darcnes') diff --git a/emulators/darcnes/Makefile.common b/emulators/darcnes/Makefile.common index 885d7f25a28..f9a9ed7aea0 100644 --- a/emulators/darcnes/Makefile.common +++ b/emulators/darcnes/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.5 2004/07/20 10:02:50 grant Exp $ +# $NetBSD: Makefile.common,v 1.6 2005/03/07 09:48:36 uebayasi Exp $ DISTNAME= dn9b0401 CATEGORIES= emulators @@ -26,7 +26,7 @@ MAKE_FLAGS+= NO_MULTIPLE_COMMON_WARNING=-DNO_MULTIPLE_COMMON_WARNING .endif .if ( ${MACHINE_ARCH} == "i386" ) -MAKE_FLAGS+= MACH_TYPES=-DMACH_TYPES=\\\"types-i386.h\\\" +MAKE_FLAGS+= MACH_TYPES=-DMACH_TYPES="\"types-i386.h\"" .else MAKE_FLAGS+= C_ONLY=-DC_ONLY .endif -- cgit v1.2.3