]> git.eshelyaron.com Git - emacs.git/commitdiff
($(lisp)/progmodes/cc-mode.elc): Pass the .el file not
authorStefan Monnier <monnier@iro.umontreal.ca>
Fri, 20 Jun 2008 20:00:14 +0000 (20:00 +0000)
committerStefan Monnier <monnier@iro.umontreal.ca>
Fri, 20 Jun 2008 20:00:14 +0000 (20:00 +0000)
the .elc file to batch-byte-compile.

lisp/ChangeLog
lisp/Makefile.in

index 0b6f336192d4d1edd8197ae5cbde291c12333f27..5188d160710d4276b0e60365d1a12465f2ed4945 100644 (file)
@@ -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.
 
index 4c5c82239f79bb6cc2b3d34434f65d50f44ad06c..a9c41a533117b8a5f8381e18253ba80a5cf39fa3 100644 (file)
@@ -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.