emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

master 3b6bc312f23: Guarantee presence of epaths.h during cross-compilat


From: Po Lu
Subject: master 3b6bc312f23: Guarantee presence of epaths.h during cross-compilation
Date: Wed, 10 Apr 2024 22:25:46 -0400 (EDT)

branch: master
commit 3b6bc312f2383aaf275f1085621aaa593d18fc87
Author: Po Lu <luangruo@yahoo.com>
Commit: Po Lu <luangruo@yahoo.com>

    Guarantee presence of epaths.h during cross-compilation
    
    * cross/Makefile.in (src/epaths.h): New rule.
    (src/libemacs.so): Depend on the same.
---
 cross/Makefile.in | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/cross/Makefile.in b/cross/Makefile.in
index 6f2250fe02f..c1fe4e40b13 100644
--- a/cross/Makefile.in
+++ b/cross/Makefile.in
@@ -143,12 +143,15 @@ src/Makefile: $(top_builddir)/src/Makefile.android
            -e 's/-I\$$(top_srcdir)\/lib/-I..\/$(subst /,\/,$(srcdir))\/lib/g' \
            < $(top_builddir)/src/Makefile.android > $@
 
+src/epaths.h: $(top_builddir)/src/epaths.h
+       $(AM_V_GEN) cp -f -p $< $@
+
 src/config.h: $(top_builddir)/src/config.h.android
        $(AM_V_GEN) cp -f -p $< $@
 
 .PHONY: src/android-emacs src/libemacs.so
 
-src/libemacs.so: src/Makefile src/config.h src/verbose.mk \
+src/libemacs.so: src/Makefile src/config.h src/epaths.h src/verbose.mk \
   lib/libgnu.a $(PRE_BUILD_DEPS)
        $(MAKE) -C src libemacs.so
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]