提交 1e31fbe2 编写于 作者: V Ville Skyttä 提交者: Junio C Hamano

DESTDIR support for git/contrib/emacs

make install DESTDIR=... support for git/contrib/emacs
Signed-off-by: NVille Skyttä <scop@xemacs.org>
Signed-off-by: NJunio C Hamano <junkio@cox.net>
上级 957d6ea7
......@@ -11,8 +11,8 @@ emacsdir = $(prefix)/share/emacs/site-lisp
all: $(ELC)
install: all
$(INSTALL) -d $(emacsdir)
$(INSTALL_ELC) $(ELC) $(emacsdir)
$(INSTALL) -d $(DESTDIR)$(emacsdir)
$(INSTALL_ELC) $(ELC) $(DESTDIR)$(emacsdir)
%.elc: %.el
$(EMACS) -batch -f batch-byte-compile $<
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册