emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/compat 54565a768c 73/84: Abbreviate Makefile by re-usin


From: ELPA Syncer
Subject: [elpa] externals/compat 54565a768c 73/84: Abbreviate Makefile by re-using BYTEC
Date: Tue, 3 Jan 2023 08:57:38 -0500 (EST)

branch: externals/compat
commit 54565a768caae2975d77e822f9ac532332048ac7
Author: Philip Kaludercic <philipk@posteo.net>
Commit: Philip Kaludercic <philipk@posteo.net>

    Abbreviate Makefile by re-using BYTEC
---
 Makefile | 8 +-------
 1 file changed, 1 insertion(+), 7 deletions(-)

diff --git a/Makefile b/Makefile
index f96d21bb24..36c6635f68 100644
--- a/Makefile
+++ b/Makefile
@@ -25,13 +25,7 @@ test: compile
 clean:
        $(RM) $(BYTEC) compat.info
 
-compat-24.elc: compat-macs.el
-compat-25.elc: compat-macs.el
-compat-26.elc: compat-macs.el
-compat-27.elc: compat-macs.el
-compat-28.elc: compat-macs.el
-compat-29.elc: compat-macs.el
-compat-font-lock.elc: compat-macs.el
+$(BYTEC): compat-macs.el
 
 .el.elc:
        $(EMACS) -Q --batch -L . -f batch-byte-compile $<



reply via email to

[Prev in Thread] Current Thread [Next in Thread]