diff options
Diffstat (limited to 'java/Makefile.in')
| -rw-r--r-- | java/Makefile.in | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/java/Makefile.in b/java/Makefile.in index e9fcc625cb2..31bd22b5a2e 100644 --- a/java/Makefile.in +++ b/java/Makefile.in | |||
| @@ -60,7 +60,7 @@ all: emacs.apk | |||
| 60 | # Binaries to cross-compile. | 60 | # Binaries to cross-compile. |
| 61 | CROSS_BINS = ../xcompile/src/android-emacs ../xcompile/lib-src/ctags \ | 61 | CROSS_BINS = ../xcompile/src/android-emacs ../xcompile/lib-src/ctags \ |
| 62 | ../xcompile/lib-src/hexl ../xcompile/lib-src/movemail \ | 62 | ../xcompile/lib-src/hexl ../xcompile/lib-src/movemail \ |
| 63 | ../xcompile/lib-src/ebrowse | 63 | ../xcompile/lib-src/ebrowse ../xcompile/lib-src/emacsclient |
| 64 | 64 | ||
| 65 | # Libraries to cross-compile. | 65 | # Libraries to cross-compile. |
| 66 | CROSS_LIBS = ../xcompile/src/libemacs.so | 66 | CROSS_LIBS = ../xcompile/src/libemacs.so |
| @@ -84,6 +84,7 @@ emacs.apk-in: $(CROSS_BINS) $(CROSS_LIBS) AndroidManifest.xml | |||
| 84 | # Install architecture independents to assets/etc and assets/lisp | 84 | # Install architecture independents to assets/etc and assets/lisp |
| 85 | cp -r $(top_builddir)/lisp install_temp/assets | 85 | cp -r $(top_builddir)/lisp install_temp/assets |
| 86 | cp -r $(top_builddir)/etc install_temp/assets | 86 | cp -r $(top_builddir)/etc install_temp/assets |
| 87 | cp -r $(top_builddir)/info install_temp/assets | ||
| 87 | # Remove undesirable files from those directories. | 88 | # Remove undesirable files from those directories. |
| 88 | for subdir in `find install_temp -type d -print`; do \ | 89 | for subdir in `find install_temp -type d -print`; do \ |
| 89 | chmod a+rx $${subdir} ; \ | 90 | chmod a+rx $${subdir} ; \ |