summaryrefslogtreecommitdiff
path: root/emulators/darcnes
diff options
context:
space:
mode:
authoruebayasi <uebayasi@pkgsrc.org>2005-03-07 09:41:45 +0000
committeruebayasi <uebayasi@pkgsrc.org>2005-03-07 09:41:45 +0000
commit71960dee9e67049bef13c9efb3653608b1fe85a9 (patch)
tree4939745ced01b78361ccf75b8a5a17736977b8e8 /emulators/darcnes
parent7de1e6abd3cfa4de3939e995455186495a23758a (diff)
downloadpkgsrc-71960dee9e67049bef13c9efb3653608b1fe85a9.tar.gz
Fix quoting.
Diffstat (limited to 'emulators/darcnes')
-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 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