diff options
author | uebayasi <uebayasi@pkgsrc.org> | 2005-03-13 16:29:51 +0000 |
---|---|---|
committer | uebayasi <uebayasi@pkgsrc.org> | 2005-03-13 16:29:51 +0000 |
commit | d1ec4f30525bc56949d8a665c72ae0e94c250ba5 (patch) | |
tree | 30b5f3a56b6261a9e74999fa098717103beb5993 /emulators | |
parent | 2d7e3b2710eeabbf45426f1dd28a8f54990e5861 (diff) | |
download | pkgsrc-d1ec4f30525bc56949d8a665c72ae0e94c250ba5.tar.gz |
Back out previous, irrelevant quote fix.
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/darcnes/Makefile.common | 4 |
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 |