diff lib-src/makefile.w32-in @ 108973:506ba691342f

Fix Windows makefiles to adapt to lisp/vc reorganization. * lib-src/makefile.w32-in (lisp2): Fix references to vc/vc-hooks.elc and vc/ediff-hook.elc. * lisp/makefile.w32-in (WINS_BASIC): Include new directory vc.
author Juanma Barranquero <lekktu@gmail.com>
date Fri, 11 Jun 2010 23:26:13 +0200
parents bffc7a768bbd
children d115eb41fb0f
line wrap: on
line diff
--- a/lib-src/makefile.w32-in	Fri Jun 11 23:19:23 2010 +0200
+++ b/lib-src/makefile.w32-in	Fri Jun 11 23:26:13 2010 +0200
@@ -279,8 +279,8 @@
 	$(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) \
 	$(WINNT_SUPPORT) \