diff options
| author | Po Lu | 2025-01-02 20:26:43 +0800 |
|---|---|---|
| committer | Po Lu | 2025-01-02 20:26:56 +0800 |
| commit | be9577d4a1e0308a066f50140662a1f04b7a6c16 (patch) | |
| tree | 31d9bd254b15f17247274e8b8df27a7f4e6a926b /exec | |
| parent | d0b9d35fbf733adf747df7eb55d4e9f35b53bdbe (diff) | |
| download | emacs-be9577d4a1e0308a066f50140662a1f04b7a6c16.tar.gz emacs-be9577d4a1e0308a066f50140662a1f04b7a6c16.zip | |
Fix volatile Android build
* exec/Makefile.in (config-mips.m4): Call config.status in
builddir.
Diffstat (limited to 'exec')
| -rw-r--r-- | exec/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
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) | |||
| 94 | # Set up dependencies for config-mips.m4. | 94 | # Set up dependencies for config-mips.m4. |
| 95 | 95 | ||
| 96 | config-mips.m4: config-mips.m4.in | 96 | config-mips.m4: config-mips.m4.in |
| 97 | cd $(srcdir) && ./config.status $@ | 97 | cd $(builddir) && ./config.status $@ |
| 98 | $(LOADOBJS): config-mips.m4 | 98 | $(LOADOBJS): config-mips.m4 |
| 99 | else | 99 | else |
| 100 | .s.o: | 100 | .s.o: |