summaryrefslogtreecommitdiff
path: root/default.mk
diff options
context:
space:
mode:
Diffstat (limited to 'default.mk')
-rw-r--r--default.mk2
1 files changed, 1 insertions, 1 deletions
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-)