]> git.eshelyaron.com Git - emacs.git/commitdiff
* makefile.w32-in: Don't refer cc-subword.elc but subword.elc.
authorTassilo Horn <tassilo@member.fsf.org>
Fri, 20 Nov 2009 14:05:18 +0000 (14:05 +0000)
committerTassilo Horn <tassilo@member.fsf.org>
Fri, 20 Nov 2009 14:05:18 +0000 (14:05 +0000)
* Makefile.in: Don't refer cc-subword.elc but subword.elc.

lisp/ChangeLog
lisp/Makefile.in
lisp/makefile.w32-in

index 6c3cab24033f08df294332c01712d88b0e788039..d0eb4efbcc7977c937b1e15149efc04113806502 100644 (file)
@@ -1,5 +1,9 @@
 2009-11-20  Tassilo Horn  <tassilo@member.fsf.org>
 
+       * makefile.w32-in: Don't refer cc-subword.elc but subword.elc.
+
+       * Makefile.in: Don't refer cc-subword.elc but subword.elc.
+
        * progmodes/cc-cmds.el (c-update-modeline)
        (c-forward-into-nomenclature, c-backward-into-nomenclature): Refer
        to subword.el functions instead of cc-subword.el.
index af50e8ef0ee147b0a0d7ef71bb17b39ab9f89a5c..391a829d3f660bbd8535ef270ade674d736bc0bc 100644 (file)
@@ -1208,7 +1208,6 @@ ELCFILES = \
        $(lisp)/progmodes/cc-menus.elc \
        $(lisp)/progmodes/cc-mode.elc \
        $(lisp)/progmodes/cc-styles.elc \
-       $(lisp)/progmodes/cc-subword.elc \
        $(lisp)/progmodes/cc-vars.elc \
        $(lisp)/progmodes/cfengine.elc \
        $(lisp)/progmodes/cmacexp.elc \
@@ -1309,6 +1308,7 @@ ELCFILES = \
        $(lisp)/startup.elc \
        $(lisp)/strokes.elc \
        $(lisp)/subr.elc \
+       $(lisp)/subword.elc \
        $(lisp)/t-mouse.elc \
        $(lisp)/tabify.elc \
        $(lisp)/talk.elc \
@@ -1657,7 +1657,7 @@ $(lisp)/progmodes/cc-align.elc $(lisp)/progmodes/cc-awk.elc\
  $(lisp)/progmodes/cc-engine.elc $(lisp)/progmodes/cc-fonts.elc\
  $(lisp)/progmodes/cc-langs.elc $(lisp)/progmodes/cc-menus.elc\
  $(lisp)/progmodes/cc-mode.elc $(lisp)/progmodes/cc-styles.elc\
- $(lisp)/progmodes/cc-subword.elc $(lisp)/progmodes/cc-vars.elc: \
+ $(lisp)/progmodes/cc-vars.elc: \
    $(lisp)/progmodes/cc-bytecomp.elc $(lisp)/progmodes/cc-defs.elc
 
 $(lisp)/progmodes/cc-align.elc: \
@@ -1691,8 +1691,6 @@ $(lisp)/progmodes/cc-mode.elc: $(lisp)/progmodes/cc-langs.elc \
 $(lisp)/progmodes/cc-styles.elc: $(lisp)/progmodes/cc-vars.elc \
    $(lisp)/progmodes/cc-align.elc
 
-$(lisp)/progmodes/cc-subword.elc: $(lisp)/progmodes/cc-cmds.elc
-
 $(lisp)/progmodes/cc-vars.elc: $(lisp)/custom.elc $(lisp)/widget.elc
 
 # MH-E dependencies, mainly to prevent failures with parallel
index 8c006f25eb382aa4b27ddfddbab66ae6bed7e6d3..6b36da517575a425f95a0a861dac1518c1c6ebcb 100644 (file)
@@ -512,7 +512,7 @@ $(lisp)/progmodes/cc-align.elc $(lisp)/progmodes/cc-awk.elc\
  $(lisp)/progmodes/cc-engine.elc $(lisp)/progmodes/cc-fonts.elc\
  $(lisp)/progmodes/cc-langs.elc $(lisp)/progmodes/cc-menus.elc\
  $(lisp)/progmodes/cc-mode.elc $(lisp)/progmodes/cc-styles.elc\
- $(lisp)/progmodes/cc-subword.elc $(lisp)/progmodes/cc-vars.elc: \
+ $(lisp)/progmodes/cc-vars.elc: \
    $(lisp)/progmodes/cc-bytecomp.elc $(lisp)/progmodes/cc-defs.elc
 
 $(lisp)/progmodes/cc-align.elc: \
@@ -546,8 +546,6 @@ $(lisp)/progmodes/cc-mode.elc: $(lisp)/progmodes/cc-langs.elc \
 $(lisp)/progmodes/cc-styles.elc: $(lisp)/progmodes/cc-vars.elc \
    $(lisp)/progmodes/cc-align.elc
 
-$(lisp)/progmodes/cc-subword.elc: $(lisp)/progmodes/cc-cmds.elc
-
 $(lisp)/progmodes/cc-vars.elc: $(lisp)/custom.elc $(lisp)/widget.elc
 
 # MH-E dependencies, mainly to prevent failures with parallel