]> git.eshelyaron.com Git - emacs.git/commitdiff
build-all depends on emacs
authorPhillip Lord <phillip.lord@russet.org.uk>
Mon, 12 Sep 2016 09:11:13 +0000 (10:11 +0100)
committerPhillip Lord <phillip.lord@russet.org.uk>
Mon, 12 Sep 2016 09:12:41 +0000 (10:12 +0100)
Otherwise we fail during parallel builds.

packages/GNUmakefile

index a6904d7741d6484875470807e84d0ce1d16fd5bb..4a2aac65cb3855020e555d7dce866a2951bb466b 100644 (file)
@@ -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