Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
Re-implement 'git remote update' using 'git fetch'
[gitweb.git]
/
contrib
/
emacs
/
Makefile
diff --git
a/contrib/emacs/Makefile
b/contrib/emacs/Makefile
index a48540a92b4aa5140a87469b36c1f9b3d8e46e7f..24d931294180c10646249bbbe31b5215f9996a66 100644
(file)
--- a/
contrib/emacs/Makefile
+++ b/
contrib/emacs/Makefile
@@
-2,7
+2,7
@@
EMACS = emacs
-ELC = git.elc
vc-git.elc
git-blame.elc
+ELC = git.elc git-blame.elc
INSTALL ?= install
INSTALL_ELC = $(INSTALL) -m 644
prefix ?= $(HOME)