Fix quoting.

This commit is contained in:
uebayasi 2005-02-21 03:14:36 +00:00
parent 485637d8af
commit 6b296854df

View file

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.5 2004/10/03 00:13:03 tv Exp $
# $NetBSD: Makefile,v 1.6 2005/02/21 03:14:36 uebayasi Exp $
#
.include "../../multimedia/libflash/Makefile.common"
@ -17,7 +17,7 @@ USE_X11= YES
USE_LIBTOOL= YES
BUILD_DIRS= ${WRKSRC}/Plugin
CPPFLAGS+= -DDEV_DSP=\\\"${DEVOSSSOUND}\\\"
CPPFLAGS+= -DDEV_DSP="\"${DEVOSSSOUND}\""
MAKE_ENV+= SHLIBTOOL="${SHLIBTOOL}"
MAKE_ENV+= MOZ_PLUGDIR="${MOZ_PLUGDIR}"