branch: externals/compat
commit 7e8ed741aa893ba2f631cabf604a2c71145ce497
Author: Philip Kaludercic <[email protected]>
Commit: Philip Kaludercic <[email protected]>
Make compat.elc dependencies explicit in Makefile
---
Makefile | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/Makefile b/Makefile
index c737a43791..3ed7ee57d1 100644
--- a/Makefile
+++ b/Makefile
@@ -24,8 +24,10 @@ test: compile
clean:
$(RM) $(BYTEC) compat.info
+compat.elc: compat.el compat-macs.el compat-24.el compat-25.el compat-26.el
compat-27.el compat-28.el
+
.el.elc:
- $(EMACS) -Q --batch -L . -f batch-byte-compile $^
+ $(EMACS) -Q --batch -L . -f batch-byte-compile $<
# compat.texi: MANUAL
# $(EMACS) -Q --batch $< -f org-texinfo-export-to-texinfo --kill