emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/compat 59e50fc7f4 71/84: Remove compat-macs.el from the


From: ELPA Syncer
Subject: [elpa] externals/compat 59e50fc7f4 71/84: Remove compat-macs.el from the list of files to byte-compile
Date: Tue, 3 Jan 2023 08:57:38 -0500 (EST)

branch: externals/compat
commit 59e50fc7f49c034bb7aaacf6f0ac6b64c6064eca
Author: Philip Kaludercic <philipk@posteo.net>
Commit: Philip Kaludercic <philipk@posteo.net>

    Remove compat-macs.el from the list of files to byte-compile
    
    This might be bad for static analysis, but prevents .elc files from
    being created when this is not expected.
---
 Makefile | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/Makefile b/Makefile
index 37700c0903..81f0334930 100644
--- a/Makefile
+++ b/Makefile
@@ -4,8 +4,7 @@
 
 EMACS = emacs
 MAKEINFO = makeinfo
-BYTEC = compat-macs.elc \
-       compat-help.elc \
+BYTEC = compat-help.elc \
        compat-font-lock.elc \
        compat-24.elc \
        compat-25.elc \



reply via email to

[Prev in Thread] Current Thread [Next in Thread]