($(lisp)/progmodes/cc-mode.elc): Pass the .el file not
the .elc file to batch-byte-compile.
This commit is contained in:
parent
b705155a62
commit
cf653c8c36
2 changed files with 4 additions and 1 deletions
|
@ -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.
|
||||
|
||||
|
|
|
@ -1324,7 +1324,7 @@ $(lisp)/progmodes/cc-mode.elc: \
|
|||
$(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.
|
||||
|
|
Loading…
Add table
Reference in a new issue