diff options
| author | Philip Kaludercic <philipk@posteo.net> | 2022-08-29 23:35:10 +0200 |
|---|---|---|
| committer | Philip Kaludercic <philipk@posteo.net> | 2022-08-29 23:40:11 +0200 |
| commit | 59e50fc7f49c034bb7aaacf6f0ac6b64c6064eca (patch) | |
| tree | 6adfb5585079e9d43a42b7bba247310374abf603 /Makefile | |
| parent | 2ad7057293b0ab74ebbf50808d4581b43a1bff4a (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-- | Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -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 \ |
