summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--inputmethod/mozc-elisp/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/inputmethod/mozc-elisp/Makefile b/inputmethod/mozc-elisp/Makefile
index bc965237e62..ebb00ff90be 100644
--- a/inputmethod/mozc-elisp/Makefile
+++ b/inputmethod/mozc-elisp/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.17 2016/05/16 11:51:49 ryoon Exp $
+# $NetBSD: Makefile,v 1.18 2016/05/28 08:04:16 ryoon Exp $
#
PKGNAME= ${EMACS_PKGNAME_PREFIX}${DISTNAME:S/mozc-/mozc-elisp-/}
@@ -12,7 +12,7 @@ INSTALLATION_DIRS= ${EMACS_LISPPREFIX} bin
do-build:
cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} \
- ${PYTHONBIN} build_mozc.py build -c Release ${_MAKE_JOBS} \
+ ${PYTHONBIN} build_mozc.py build -c Release \
unix/emacs/emacs.gyp:mozc_emacs_helper
cd ${WRKSRC}/unix/emacs && \
${EMACS_BIN} -q -batch -no-site-file -no-init-file \