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

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

[elpa] externals/compat d77b31f 11/99: Reorder files to byte compile in


From: ELPA Syncer
Subject: [elpa] externals/compat d77b31f 11/99: Reorder files to byte compile in Makefile
Date: Sun, 17 Oct 2021 05:57:48 -0400 (EDT)

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

    Reorder files to byte compile in Makefile
    
    compat-macs.el must be compiled before the definition files, and the
    definition files have to be compiled before compat.el, to avoid
    loading outdated .elc files.
---
 Makefile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/Makefile b/Makefile
index e218aa6..a7f3208 100644
--- a/Makefile
+++ b/Makefile
@@ -3,14 +3,14 @@
 .SUFFIXES: .el .elc
 
 EMACS = emacs
-BYTEC = compat-24.2.elc \
+BYTEC = compat-macs.elc \
+       compat-24.2.elc \
        compat-24.3.elc \
        compat-24.4.elc \
        compat-25.1.elc \
        compat-26.1.elc \
        compat-27.1.elc \
        compat-28.1.elc \
-       compat-macs.elc \
        compat.elc
 
 all: compile test



reply via email to

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