]> git.eshelyaron.com Git - emacs.git/commitdiff
Make loaddefs.el dependencies more explicit in src/Makefile.in
authorLars Ingebrigtsen <larsi@gnus.org>
Fri, 5 Aug 2022 11:51:19 +0000 (13:51 +0200)
committerLars Ingebrigtsen <larsi@gnus.org>
Fri, 5 Aug 2022 11:51:28 +0000 (13:51 +0200)
* src/Makefile.in (LC_ALL): Add loaddefs.el as a dependency, too,
since that file may be deleted, but the loaddefs.elc file still
exists.  This causes problems in nativecomp builds.

src/Makefile.in

index 9ef4561c4a077f4e0fd902c37b170c80329f87a2..92a8790efdc91fc6f809d8926052fd4f650ae1fc 100644 (file)
@@ -635,7 +635,7 @@ Emacs.pdmp: $(pdmp)
 endif
 
 ifeq ($(DUMPING),pdumper)
-$(pdmp): emacs$(EXEEXT) $(lispsource)/loaddefs.elc
+$(pdmp): emacs$(EXEEXT) $(lispsource)/loaddefs.el $(lispsource)/loaddefs.elc
        LC_ALL=C $(RUN_TEMACS) -batch $(BUILD_DETAILS) -l loadup --temacs=pdump \
                --bin-dest $(BIN_DESTDIR) --eln-dest $(ELN_DESTDIR)
        cp -f $@ $(bootstrap_pdmp)