aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorPhilip Kaludercic <philipk@posteo.net>2021-10-05 22:17:23 +0200
committerPhilip Kaludercic <philipk@posteo.net>2021-10-06 00:01:23 +0200
commitd77b31f2e8d51da791d4fd18b319fb579e3b1f7e (patch)
treefd98dc99df76ea2f1bf189e4a6ba4cebf14e330e /Makefile
parenta403485275bcfaa5de411c785f48cddcc5d7b0fa (diff)
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.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files 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