diff options
Diffstat (limited to 'java')
| -rw-r--r-- | java/Makefile.in | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/java/Makefile.in b/java/Makefile.in index 91feb53e96b..52e0a7a75f1 100644 --- a/java/Makefile.in +++ b/java/Makefile.in | |||
| @@ -149,10 +149,11 @@ $(libsrc)/asset-directory-tool: | |||
| 149 | 149 | ||
| 150 | # install_tmp is a directory used to generate emacs.apk-in. | 150 | # install_tmp is a directory used to generate emacs.apk-in. |
| 151 | # That is then packaged into $(APK_NAME). | 151 | # That is then packaged into $(APK_NAME). |
| 152 | # There is no need to depend on NDK_BUILD_SHARED as libemacs.so | ||
| 153 | # does already. | ||
| 152 | 154 | ||
| 153 | .PHONY: install_temp install_temp/assets/directory-tree | 155 | .PHONY: install_temp install_temp/assets/directory-tree |
| 154 | install_temp: $(CROSS_BINS) $(CROSS_LIBS) $(NDK_BUILD_SHARED) \ | 156 | install_temp: $(CROSS_BINS) $(CROSS_LIBS) $(RESOURCE_FILES) |
| 155 | $(RESOURCE_FILES) | ||
| 156 | $(AM_V_GEN) | 157 | $(AM_V_GEN) |
| 157 | # Make the working directory for this stuff | 158 | # Make the working directory for this stuff |
| 158 | $(AM_V_SILENT) rm -rf install_temp | 159 | $(AM_V_SILENT) rm -rf install_temp |