aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorPhilip Kaludercic <philipk@posteo.net>2022-08-29 23:35:10 +0200
committerPhilip Kaludercic <philipk@posteo.net>2022-08-29 23:40:11 +0200
commit59e50fc7f49c034bb7aaacf6f0ac6b64c6064eca (patch)
tree6adfb5585079e9d43a42b7bba247310374abf603 /Makefile
parent2ad7057293b0ab74ebbf50808d4581b43a1bff4a (diff)
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.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 37700c0..81f0334 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 \