Mercurial > emacs
changeset 96132:94707ef52511
($(lisp)/progmodes/cc-mode.elc): Pass the .el file not
the .elc file to batch-byte-compile.
author | Stefan Monnier <monnier@iro.umontreal.ca> |
---|---|
date | Fri, 20 Jun 2008 20:00:14 +0000 |
parents | 7ee547824da5 |
children | e7d9b9d2e1ef |
files | lisp/ChangeLog lisp/Makefile.in |
diffstat | 2 files changed, 4 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/ChangeLog Fri Jun 20 19:52:37 2008 +0000 +++ b/lisp/ChangeLog Fri Jun 20 20:00:14 2008 +0000 @@ -1,5 +1,8 @@ 2008-06-20 Stefan Monnier <monnier@iro.umontreal.ca> + * Makefile.in ($(lisp)/progmodes/cc-mode.elc): Pass the .el file not + the .elc file to batch-byte-compile. + * progmodes/cc-mode.el (c-make-inherited-keymap): Only use set-keymap-parents if set-keymap-parent doesn't exist.
--- a/lisp/Makefile.in Fri Jun 20 19:52:37 2008 +0000 +++ b/lisp/Makefile.in Fri Jun 20 20:00:14 2008 +0000 @@ -1324,7 +1324,7 @@ $(lisp)/progmodes/cc-mode.el \ $(lisp)/progmodes/cc-langs.el \ $(lisp)/progmodes/cc-defs.el - $(emacs) $(BYTE_COMPILE_EXTRA_FLAGS) -f batch-byte-compile $@ + $(emacs) $(BYTE_COMPILE_EXTRA_FLAGS) -f batch-byte-compile $< # Update MH-E internal autoloads. These are not to be confused with # the autoloads for the MH-E entry points, which are already in loaddefs.el.