]> git.eshelyaron.com Git - emacs.git/commitdiff
Make autoloads-force work in build directory
authorAndreas Schwab <schwab@linux-m68k.org>
Sun, 9 May 2021 12:22:05 +0000 (14:22 +0200)
committerAndreas Schwab <schwab@linux-m68k.org>
Sun, 9 May 2021 12:26:05 +0000 (14:26 +0200)
* lisp/Makefile.in (autoloads-force): Remove $(lisp)/loaddefs.el,
not loaddefs.el.

lisp/Makefile.in

index b970451dd209a53e94efb112edc227a782ae535e..052de266dcfa13b211fae7ab21f9eaf866d48c8f 100644 (file)
@@ -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