diff options
| author | Po Lu <luangruo@yahoo.com> | 2025-01-02 20:26:43 +0800 |
|---|---|---|
| committer | Po Lu <luangruo@yahoo.com> | 2025-01-02 20:26:56 +0800 |
| commit | be9577d4a1e0308a066f50140662a1f04b7a6c16 (patch) | |
| tree | 31d9bd254b15f17247274e8b8df27a7f4e6a926b /exec | |
| parent | d0b9d35fbf733adf747df7eb55d4e9f35b53bdbe (diff) | |
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) # 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: |
