aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJonas Bernoulli <jonas@bernoul.li>2014-12-10 11:01:37 +0100
committerJonas Bernoulli <jonas@bernoul.li>2014-12-10 11:01:37 +0100
commit633b6d7ee3ffae2402d04241145b9402f09ac62d (patch)
tree99fe8ba147266430387bfd0b02ae60945c22083d /Makefile
parente897fb03e5f01e61abdc23f968bace9797d66623 (diff)
Makefile: `lisp' now depends on `magit-version.el'
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 9891513..71a362f 100644
--- a/Makefile
+++ b/Makefile
@@ -73,10 +73,10 @@ VERSION=$(shell \
(princ magit-version))")
.PHONY: all
-all: lisp magit-version.el
+all: lisp
.PHONY: lisp
-lisp: $(ELCS) loaddefs
+lisp: $(ELCS) loaddefs magit-version.el
.PHONY: help
help: