From 80967674f6f60a190e1108b9588ed336debad0ce Mon Sep 17 00:00:00 2001 From: Erik Martin-Dorel Date: Fri, 23 Sep 2016 00:41:42 +0200 Subject: Disable parallel build, to workaround the issue raised in PR #112. --- Makefile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Makefile') 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) -- cgit v1.2.3