aboutsummaryrefslogtreecommitdiffhomepage
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 6c92ef53..32daa246 100644
--- a/Makefile
+++ b/Makefile
@@ -18,6 +18,9 @@
##
###########################################################################
+# Disable parallel build for now, to workaround the issue raised in PR #112
+.NOTPARALLEL:
+
# Set this according to your version of Emacs.
# NB: this is also used to set default install path names below.
EMACS=$(shell if [ -z "`which emacs`" ]; then echo "Emacs executable not found"; exit 1; else echo emacs; fi)