From: Phillip Lord Date: Mon, 12 Sep 2016 09:11:13 +0000 (+0100) Subject: build-all depends on emacs X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=031233d4ab3e8b2649e5b36fdbdac38fe6a2b746;p=emacs.git build-all depends on emacs Otherwise we fail during parallel builds. --- 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