aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJonas Bernoulli <jonas@bernoul.li>2015-04-18 12:23:00 +0200
committerJonas Bernoulli <jonas@bernoul.li>2015-04-18 12:23:00 +0200
commitf211f820100d40fbabcfc0c9d668959d5ae0b0b3 (patch)
treea72662f30da4509dc9de8e328337c0aacb75311a /Makefile
parentaa8ec83af97acfd004c0018d2cb59ab291db60ed (diff)
git-rebase.el depends on Magit now
The cost of keeping `git-rebase.el' usable without Magit is getting to high with some upcoming changes. So give up on doing that. I suspect there are only very few people using `git-rebase.el' but not Magit anyway.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index 3ac777e..0f792b0 100644
--- a/Makefile
+++ b/Makefile
@@ -93,7 +93,6 @@ help:
ELS = with-editor.el
ELS += git-commit.el
-ELS += git-rebase.el
ELS += magit-popup.el
ELS += magit-utils.el
ELS += magit-section.el
@@ -115,11 +114,11 @@ ELS += magit-ediff.el
ELS += magit-wip.el
ELS += magit-backup.el
ELS += magit-extras.el
+ELS += git-rebase.el
ELCS = $(ELS:.el=.elc)
with-editor.elc:
git-commit.elc: with-editor.elc
-git-rebase.elc: with-editor.elc
magit-utils.elc:
magit-section.elc: magit-utils.elc
magit-git.elc: magit-utils.elc magit-section.elc
@@ -132,7 +131,7 @@ magit-core.elc: magit-utils.elc magit-section.elc magit-git.elc \
magit-diff.elc: git-commit.elc magit-core.elc
magit-apply.elc: magit-core.elc magit-diff.elc
magit-log.elc: magit-core.elc magit-diff.elc
-magit.elc: with-editor.elc git-commit.elc git-rebase.elc \
+magit.elc: with-editor.elc git-commit.elc \
magit-core.elc magit-diff.elc magit-apply.elc magit-log.elc
magit-sequence.elc: magit.elc
magit-commit.elc: magit.elc magit-sequence.elc
@@ -144,6 +143,7 @@ magit-ediff.elc: magit.elc
magit-wip.elc: magit-core.elc
magit-backup.elc: magit.elc magit-stash.elc
magit-extras.elc: magit.elc magit-backup.elc
+git-rebase.elc: magit.elc with-editor.elc
lisp: $(ELCS) magit-version.el magit-autoloads.el