summaryrefslogtreecommitdiff
path: root/emulators
diff options
context:
space:
mode:
Diffstat (limited to 'emulators')
-rw-r--r--emulators/darcnes/Makefile.common4
1 files changed, 2 insertions, 2 deletions
diff --git a/emulators/darcnes/Makefile.common b/emulators/darcnes/Makefile.common
index f9a9ed7aea0..91b3539a33a 100644
--- a/emulators/darcnes/Makefile.common
+++ b/emulators/darcnes/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.6 2005/03/07 09:48:36 uebayasi Exp $
+# $NetBSD: Makefile.common,v 1.7 2005/03/13 16:29:51 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