branch: externals/compat
commit 700348af4a375ab25c77be5ba30a752a0b5b08e9
Author: Philip Kaludercic <[email protected]>
Commit: Philip Kaludercic <[email protected]>
Make compat-font-lock dependency on compat-macs explicit
---
Makefile | 1 +
1 file changed, 1 insertion(+)
diff --git a/Makefile b/Makefile
index 79ccb01cd7..af3cce2637 100644
--- a/Makefile
+++ b/Makefile
@@ -30,6 +30,7 @@ compat-25.el: compat-macs.el
compat-26.el: compat-macs.el
compat-27.el: compat-macs.el
compat-28.el: compat-macs.el
+compat-font-lock.el: compat-macs.el
.el.elc:
$(EMACS) -Q --batch -L . -f batch-byte-compile $<