branch: externals/transient
commit 2b1d184c6aef13d36c70a13688ac41271c710d0f
Author: Jonas Bernoulli <[email protected]>
Commit: Jonas Bernoulli <[email protected]>

    make: Remove dash dependency
    
    We stopped requiring that a while ago.
---
 default.mk | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/default.mk b/default.mk
index 28e03dc..4d6d0d2 100644
--- a/default.mk
+++ b/default.mk
@@ -3,7 +3,7 @@ PKG = transient
 ELS   = $(PKG).el
 ELCS  = $(ELS:.el=.elc)
 
-DEPS  = dash
+DEPS  =
 
 VERSION ?= $(shell test -e $(TOP).git && git describe --tags --abbrev=0 | cut 
-c2-)
 

Reply via email to