From: Stefan Kangas Date: Sun, 1 Sep 2024 13:20:49 +0000 (+0200) Subject: Delete cc-compat.el from Makefile.in X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=bdb26370d37f3b517f46d5be6d32feb40289c9e3;p=emacs.git 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. (cherry picked from commit 99a03ddb2d43d67577814b96e40ec069739b6421) --- diff --git a/lisp/Makefile.in b/lisp/Makefile.in index 4381a6fda3d..3b99419eba9 100644 --- a/lisp/Makefile.in +++ b/lisp/Makefile.in @@ -537,20 +537,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 \