summaryrefslogtreecommitdiff
path: root/contrib/emacs/Makefile
diff options
context:
space:
mode:
authorLibravatar Alexandre Julliard <julliard@winehq.org>2009-02-07 14:24:54 +0100
committerLibravatar Alexandre Julliard <julliard@winehq.org>2009-02-07 15:14:27 +0100
commit7851386948dce72c739bcdfe08f069afe4f5ea45 (patch)
tree048302cee26e263f0abe11ccf1ec3e4cf7af93ab /contrib/emacs/Makefile
parentgit.el: Add some notes about Emacs versions compatibility. (diff)
downloadtgif-7851386948dce72c739bcdfe08f069afe4f5ea45.tar.xz
emacs: Remove the no longer maintained vc-git package.
vc-git is distributed with Emacs since version 22.2, and is maintained in the Emacs CVS tree. This file is obsolete and causes trouble for people who want to add contrib/emacs to their load-path. Signed-off-by: Alexandre Julliard <julliard@winehq.org>
Diffstat (limited to 'contrib/emacs/Makefile')
-rw-r--r--contrib/emacs/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/emacs/Makefile b/contrib/emacs/Makefile
index a48540a92b..24d9312941 100644
--- 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)