From: Po Lu Date: Thu, 2 Jan 2025 12:26:43 +0000 (+0800) Subject: Fix volatile Android build X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=23cf2d18ae6412389f48a4623f9de2dea9d8647b;p=emacs.git Fix volatile Android build * exec/Makefile.in (config-mips.m4): Call config.status in builddir. (cherry picked from commit be9577d4a1e0308a066f50140662a1f04b7a6c16) --- diff --git a/exec/Makefile.in b/exec/Makefile.in index f1b6d0307a4..08dcdd66851 100644 --- a/exec/Makefile.in +++ b/exec/Makefile.in @@ -94,7 +94,7 @@ ifeq ($(is_mips),yes) # Set up dependencies for config-mips.m4. config-mips.m4: config-mips.m4.in - cd $(srcdir) && ./config.status $@ + cd $(builddir) && ./config.status $@ $(LOADOBJS): config-mips.m4 else .s.o: