branch: elpa/magit
commit dd6363369f4427b98bba262f590bed6de5482063
Author: Jonas Bernoulli <[email protected]>
Commit: Jonas Bernoulli <[email protected]>

    make: Fix removing magit-autoloads.el
---
 lisp/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lisp/Makefile b/lisp/Makefile
index 599d05afe42..3bf189b5bda 100644
--- a/lisp/Makefile
+++ b/lisp/Makefile
@@ -108,7 +108,7 @@ install: lisp versionlib
 
 clean:
        @printf " Cleaning lisp/*...\n"
-       @$(RM) *.elc $(ELGS)
+       @$(RM) *.elc magit-autoloads.el
        @$(RM) ../test/magit-tests.elc
 
 ## Templates #########################################################

Reply via email to