projects
/
git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Merge branch 'sb/fetch'
[git]
/
contrib
/
emacs
/
Makefile
diff --git
a/contrib/emacs/Makefile
b/contrib/emacs/Makefile
index
d3619db
..
350846d
100644
(file)
--- a/
contrib/emacs/Makefile
+++ b/
contrib/emacs/Makefile
@@
-3,9
+3,9
@@
EMACS = emacs
ELC = git.elc vc-git.elc
-INSTALL = install
+INSTALL
?
= install
INSTALL_ELC = $(INSTALL) -m 644
-prefix = $(HOME)
+prefix
?
= $(HOME)
emacsdir = $(prefix)/share/emacs/site-lisp
all: $(ELC)