diff options
| author | Stefan Kangas | 2024-06-16 21:59:42 +0200 |
|---|---|---|
| committer | Stefan Kangas | 2024-06-16 22:38:26 +0200 |
| commit | c0eefebabfee011f0ec7631d055e482e4965a24d (patch) | |
| tree | ca50616f960b0a16c7c79fe406c01b016e156e1c /java/Makefile.in | |
| parent | 90234ba7f024f3dae342689b47930835e4904503 (diff) | |
| download | emacs-c0eefebabfee011f0ec7631d055e482e4965a24d.tar.gz emacs-c0eefebabfee011f0ec7631d055e482e4965a24d.zip | |
; Fix typos
Diffstat (limited to 'java/Makefile.in')
| -rw-r--r-- | java/Makefile.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/java/Makefile.in b/java/Makefile.in index a7a9cabe135..941631b8411 100644 --- a/java/Makefile.in +++ b/java/Makefile.in | |||
| @@ -261,8 +261,8 @@ install_temp: $(CROSS_BINS) $(CROSS_LIBS) $(RESOURCE_FILES) \ | |||
| 261 | $(AM_V_SILENT) $(libsrc)/asset-directory-tool \ | 261 | $(AM_V_SILENT) $(libsrc)/asset-directory-tool \ |
| 262 | install_temp/assets install_temp/assets/directory-tree\ | 262 | install_temp/assets install_temp/assets/directory-tree\ |
| 263 | $(if $(ANDROID_SDK_8_OR_EARLIER),--api-8) | 263 | $(if $(ANDROID_SDK_8_OR_EARLIER),--api-8) |
| 264 | # If the package targets Android 2.2, move compressable and | 264 | # If the package targets Android 2.2, move compressible and |
| 265 | # non-compressable assets to separate directories. | 265 | # non-compressible assets to separate directories. |
| 266 | $(AM_V_SILENT) \ | 266 | $(AM_V_SILENT) \ |
| 267 | if [ -z "${ANDROID_SDK_8_OR_EARLIER}" ]; then :; else \ | 267 | if [ -z "${ANDROID_SDK_8_OR_EARLIER}" ]; then :; else \ |
| 268 | echo "Moving large and gzipped files to separate directories...">&2;\ | 268 | echo "Moving large and gzipped files to separate directories...">&2;\ |