mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-11-21 06:55:39 +00:00
Delete cc-compat.el from Makefile.in
* lisp/Makefile.in: Delete obsolete file cc-compat.el. It has been moved to obsolete/ and is compiled separately.
This commit is contained in:
parent
73277a4097
commit
99a03ddb2d
@ -540,20 +540,15 @@ check-defun-dups:
|
||||
# dependency in cc-*.elc files on the macros in other cc-*.el and the
|
||||
# version string in cc-defs.el.
|
||||
$(lisp)/progmodes/cc-align.elc\
|
||||
$(lisp)/progmodes/cc-cmds.elc $(lisp)/progmodes/cc-compat.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-vars.elc: \
|
||||
$(lisp)/progmodes/cc-cmds.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-vars.elc: \
|
||||
$(lisp)/progmodes/cc-bytecomp.elc $(lisp)/progmodes/cc-defs.elc
|
||||
|
||||
$(lisp)/progmodes/cc-align.elc $(lisp)/progmodes/cc-cmds.elc: \
|
||||
$(lisp)/progmodes/cc-vars.elc $(lisp)/progmodes/cc-engine.elc
|
||||
|
||||
$(lisp)/progmodes/cc-compat.elc: \
|
||||
$(lisp)/progmodes/cc-vars.elc $(lisp)/progmodes/cc-styles.elc \
|
||||
$(lisp)/progmodes/cc-engine.elc
|
||||
|
||||
$(lisp)/progmodes/cc-defs.elc: $(lisp)/progmodes/cc-bytecomp.elc
|
||||
|
||||
$(lisp)/progmodes/cc-engine.elc: $(lisp)/progmodes/cc-langs.elc \
|
||||
|
Loading…
Reference in New Issue
Block a user