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

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

[elpa] externals/compat 150376e4ae 2/2: Use RM macro in Makefile instead


From: ELPA Syncer
Subject: [elpa] externals/compat 150376e4ae 2/2: Use RM macro in Makefile instead of hard-codeing rm
Date: Thu, 10 Feb 2022 12:57:23 -0500 (EST)

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

    Use RM macro in Makefile instead of hard-codeing rm
---
 Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile b/Makefile
index b9a6e8b4b6..cc98a4b7fe 100644
--- a/Makefile
+++ b/Makefile
@@ -20,7 +20,7 @@ test:
        $(EMACS) -Q --batch -L . -l compat-tests.el -f 
ert-run-tests-batch-and-exit
 
 clean:
-       rm -f $(BYTEC)
+       $(RM) $(BYTEC)
 
 .el.elc:
        $(EMACS) -Q --batch -L . -f batch-byte-compile $^



reply via email to

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