From: Stefan Monnier Date: Fri, 20 Jun 2008 20:00:14 +0000 (+0000) Subject: ($(lisp)/progmodes/cc-mode.elc): Pass the .el file not X-Git-Tag: emacs-pretest-23.0.90~4628 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=cf653c8c3617ec132000160b9fa217c7814a4d55;p=emacs.git ($(lisp)/progmodes/cc-mode.elc): Pass the .el file not the .elc file to batch-byte-compile. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 0b6f336192d..5188d160710 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,5 +1,8 @@ 2008-06-20 Stefan Monnier + * 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. diff --git a/lisp/Makefile.in b/lisp/Makefile.in index 4c5c82239f7..a9c41a53311 100644 --- a/lisp/Makefile.in +++ b/lisp/Makefile.in @@ -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.