summaryrefslogtreecommitdiff
path: root/emulators/darcnes
diff options
context:
space:
mode:
authoruebayasi <uebayasi>2005-03-13 16:29:51 +0000
committeruebayasi <uebayasi>2005-03-13 16:29:51 +0000
commit22e11dd52d42ea00149b1ab65bed8ebf30ef0fc6 (patch)
tree30b5f3a56b6261a9e74999fa098717103beb5993 /emulators/darcnes
parent7ac960b98ec66ad4994eaefb07ac0eee3f30ae7e (diff)
downloadpkgsrc-22e11dd52d42ea00149b1ab65bed8ebf30ef0fc6.tar.gz
Back out previous, irrelevant quote fix.
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 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