emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] feature/integrated-elpa 031233d 05/23: build-all depends o


From: Phillip Lord
Subject: [Emacs-diffs] feature/integrated-elpa 031233d 05/23: build-all depends on emacs
Date: Fri, 16 Sep 2016 20:34:15 +0000 (UTC)

branch: feature/integrated-elpa
commit 031233d4ab3e8b2649e5b36fdbdac38fe6a2b746
Author: Phillip Lord <address@hidden>
Commit: Phillip Lord <address@hidden>

    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 a6904d7..4a2aac6 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]