From 031233d4ab3e8b2649e5b36fdbdac38fe6a2b746 Mon Sep 17 00:00:00 2001 From: Phillip Lord Date: Mon, 12 Sep 2016 10:11:13 +0100 Subject: [PATCH] build-all depends on emacs Otherwise we fail during parallel builds. --- packages/GNUmakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/GNUmakefile b/packages/GNUmakefile index a6904d7741d..4a2aac65cb3 100644 --- a/packages/GNUmakefile +++ b/packages/GNUmakefile @@ -7,7 +7,7 @@ EMACS=../src/emacs DIRS=$(filter-out .,$(subst ./,,$(shell find . -maxdepth 1 -type d))) ## alas "all" is an ELPA package, so this is going to break -build-all: $(DIRS) +build-all: $(DIRS) $(EMACS) define package_template -- 2.39.5