diff options
author | Juanma Barranquero <lekktu@gmail.com> | 2010-06-11 23:26:13 +0200 |
---|---|---|
committer | Juanma Barranquero <lekktu@gmail.com> | 2010-06-11 23:26:13 +0200 |
commit | 5fee75d49abccded929b80793d6fce1810effe86 (patch) | |
tree | 9f986acd71a2fd7d7412fc0dc5351958e678e7dc /lisp/makefile.w32-in | |
parent | 69f18acc8d6bcbc552583dc634a030d163ea7d79 (diff) | |
download | emacs-5fee75d49abccded929b80793d6fce1810effe86.tar.gz |
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.
Diffstat (limited to 'lisp/makefile.w32-in')
-rw-r--r-- | lisp/makefile.w32-in | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lisp/makefile.w32-in b/lisp/makefile.w32-in index aebb8b352e7..871b690f007 100644 --- a/lisp/makefile.w32-in +++ b/lisp/makefile.w32-in @@ -114,7 +114,8 @@ WINS_BASIC=\ play \ progmodes \ textmodes \ - url + url \ + vc # Directories with lisp files to compile, and to extract data from # (customs, autoloads, etc.) |