emacs-diffs
[Top][All Lists]
Advanced

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

master 457c44a: Make autoloads-force work in build directory


From: Andreas Schwab
Subject: master 457c44a: Make autoloads-force work in build directory
Date: Sun, 9 May 2021 08:26:36 -0400 (EDT)

branch: master
commit 457c44a2055f70dd02e8e34781d43fd24e2355ba
Author: Andreas Schwab <schwab@linux-m68k.org>
Commit: Andreas Schwab <schwab@linux-m68k.org>

    Make autoloads-force work in build directory
    
    * lisp/Makefile.in (autoloads-force): Remove $(lisp)/loaddefs.el,
    not loaddefs.el.
---
 lisp/Makefile.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lisp/Makefile.in b/lisp/Makefile.in
index b970451..052de26 100644
--- a/lisp/Makefile.in
+++ b/lisp/Makefile.in
@@ -202,7 +202,7 @@ $(lisp)/loaddefs.el: gen-lisp $(LOADDEFS)
 # regeneration of all these files.
 .PHONY: autoloads-force
 autoloads-force:
-       rm loaddefs.el
+       rm -f $(lisp)/loaddefs.el
        $(MAKE) autoloads
 
 # This is required by the bootstrap-emacs target in ../src/Makefile, so



reply via email to

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