summaryrefslogtreecommitdiff
path: root/src/Makefile.in
diff options
context:
space:
mode:
authorRomain Francoise <romain@orebokech.com>2010-06-12 12:58:54 +0200
committerRomain Francoise <romain@orebokech.com>2010-06-12 12:58:54 +0200
commit4176cba214cb44e6370cf951a9984c03bb2c4f9c (patch)
treeb26e95661adec8732c37a1fb10165f243ab45b04 /src/Makefile.in
parentb81a0b569166c9aa39a00d861ab5a154f3dbdea3 (diff)
downloademacs-4176cba214cb44e6370cf951a9984c03bb2c4f9c.tar.gz
* Makefile.in (lisp, shortlisp): Use new location of vc-hooks and ediff-hook.
Diffstat (limited to 'src/Makefile.in')
-rw-r--r--src/Makefile.in8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/Makefile.in b/src/Makefile.in
index ceef8c3bf67..b2fec7eb085 100644
--- a/src/Makefile.in
+++ b/src/Makefile.in
@@ -458,8 +458,8 @@ lisp= \
${lispsource}textmodes/text-mode.elc \
${lispsource}emacs-lisp/timer.elc \
${lispsource}jka-cmpr-hook.elc \
- ${lispsource}vc-hooks.elc \
- ${lispsource}ediff-hook.elc \
+ ${lispsource}vc/vc-hooks.elc \
+ ${lispsource}vc/ediff-hook.elc \
${lispsource}epa-hook.elc \
${TOOLTIP_SUPPORT} \
${MSDOS_SUPPORT} \
@@ -549,9 +549,9 @@ shortlisp= \
../lisp/textmodes/paragraphs.elc \
../lisp/textmodes/text-mode.elc \
../lisp/emacs-lisp/timer.elc \
- ../lisp/vc-hooks.elc \
+ ../lisp/vc/vc-hooks.elc \
+ ../lisp/vc/ediff-hook.elc \
../lisp/jka-cmpr-hook.elc \
- ../lisp/ediff-hook.elc \
../lisp/epa-hook.elc \
../lisp/widget.elc \
../lisp/window.elc \