branch: elpa/orgit commit 779d0121a3064e195f1cf8dab163e70413cc7adc Author: Jonas Bernoulli <[email protected]> Commit: Jonas Bernoulli <[email protected]>
make: Fix DEPS
---
Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Makefile b/Makefile
index 00a40cc6dab..0b28590bd42 100644
--- a/Makefile
+++ b/Makefile
@@ -6,7 +6,7 @@ ELS = $(PKG).el
ELCS = $(ELS:.el=.elc)
DEPS = compat
-DEPS = cond-let
+DEPS += cond-let
DEPS += llama
DEPS += magit/lisp
DEPS += org/lisp
