From b4072151313e34e3a42ca7a7dbb9c414a23da84a Mon Sep 17 00:00:00 2001 From: uebayasi Date: Sun, 13 Mar 2005 16:43:20 +0000 Subject: Back previous, irrelevant quoting fix. --- emulators/fmsx/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'emulators') diff --git a/emulators/fmsx/Makefile b/emulators/fmsx/Makefile index b34679a58e9..7cb337935da 100644 --- a/emulators/fmsx/Makefile +++ b/emulators/fmsx/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2005/03/07 09:48:36 uebayasi Exp $ +# $NetBSD: Makefile,v 1.13 2005/03/13 16:43:20 uebayasi Exp $ DISTNAME= fMSX24.tar PKGNAME= fmsx-2.4 @@ -21,8 +21,8 @@ USE_X11= yes .include "../../mk/bsd.prefs.mk" USE_SUN_AUDIO?= YES -DEFS= -DFontDir="\"${PREFIX}/share/fmsx/\"" -DEFS+= -DRomDir="\"${PREFIX}/share/fmsx/\"" +DEFS= -DFontDir=\"\\\"${PREFIX}/share/fmsx/\"\\\" +DEFS+= -DRomDir=\"\\\"${PREFIX}/share/fmsx/\"\\\" DEFS+= -DMITSHM -D${CUR_DEPTH} -DSOUND .if ${USE_SUN_AUDIO} == "YES" DEFS+= -DSUN_AUDIO -- cgit v1.2.3