diff options
| author | Po Lu | 2024-06-12 13:59:08 +0800 |
|---|---|---|
| committer | Po Lu | 2024-06-12 13:59:08 +0800 |
| commit | f543ec18f44fa64d06e1ab45e1484326f8451ebe (patch) | |
| tree | 2cb39b6be2b365c34d0f348686ae7319ff602557 /java/Makefile.in | |
| parent | 5fc75b051fc623a4f614a7abe09f08d127ed9ccd (diff) | |
| download | emacs-f543ec18f44fa64d06e1ab45e1484326f8451ebe.tar.gz emacs-f543ec18f44fa64d06e1ab45e1484326f8451ebe.zip | |
; * java/Makefile.in: Fix typo.
Diffstat (limited to '')
| -rw-r--r-- | java/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/java/Makefile.in b/java/Makefile.in index 20d595eb3ca..fd076c089ff 100644 --- a/java/Makefile.in +++ b/java/Makefile.in | |||
| @@ -340,7 +340,7 @@ emacs.apk-in: install_temp AndroidManifest.xml classes.dex | |||
| 340 | echo "Packaging files eligible for compression...">&2;\ | 340 | echo "Packaging files eligible for compression...">&2;\ |
| 341 | cd install_temp; find assets -type f \ | 341 | cd install_temp; find assets -type f \ |
| 342 | | xargs $(ZIP) ../$@ &> /dev/null; \ | 342 | | xargs $(ZIP) ../$@ &> /dev/null; \ |
| 343 | echo "Packagging files already compressed...">&2; \ | 343 | echo "Packaging files already compressed...">&2; \ |
| 344 | cd assets_gz; find assets -type f \ | 344 | cd assets_gz; find assets -type f \ |
| 345 | | xargs $(ZIP) ../../$@ &> /dev/null; \ | 345 | | xargs $(ZIP) ../../$@ &> /dev/null; \ |
| 346 | echo "Packaging shared libraries and code..." >&2; \ | 346 | echo "Packaging shared libraries and code..." >&2; \ |