From bdb26370d37f3b517f46d5be6d32feb40289c9e3 Mon Sep 17 00:00:00 2001 From: Stefan Kangas Date: Sun, 1 Sep 2024 15:20:49 +0200 Subject: [PATCH] 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) --- lisp/Makefile.in | 13 ++++--------- 1 file changed, 4 insertions(+), 9 deletions(-) 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 \ -- 2.39.5