From cf653c8c3617ec132000160b9fa217c7814a4d55 Mon Sep 17 00:00:00 2001 From: Stefan Monnier Date: Fri, 20 Jun 2008 20:00:14 +0000 Subject: [PATCH] ($(lisp)/progmodes/cc-mode.elc): Pass the .el file not the .elc file to batch-byte-compile. --- lisp/ChangeLog | 3 +++ lisp/Makefile.in | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) 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. -- 2.39.2