branch: externals/compat commit d77b31f2e8d51da791d4fd18b319fb579e3b1f7e Author: Philip Kaludercic <phil...@posteo.net> Commit: Philip Kaludercic <phil...@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