summaryrefslogtreecommitdiff
path: root/android
diff options
context:
space:
mode:
authorTor Lillqvist <tml@iki.fi>2012-09-04 10:10:27 +0300
committerTor Lillqvist <tml@iki.fi>2012-09-04 14:01:38 +0300
commitf17665bc408cdb2a3d7bc69e41aefbc1b8134cd6 (patch)
tree003801263ff5b4a8f21bf4e4b70842cb0f09e83e /android
parent87c7f609cced4e74ab27739cf28d5f21b46c6a7a (diff)
Fix misleading macro name
Change-Id: I6ef47a04c6628723a433bbb625b0934979bd6725
Diffstat (limited to 'android')
-rw-r--r--android/Bootstrap/Makefile.shared2
-rw-r--r--android/experimental/LibreOffice4Android/Makefile2
2 files changed, 2 insertions, 2 deletions
diff --git a/android/Bootstrap/Makefile.shared b/android/Bootstrap/Makefile.shared
index 2dd202358af1..f1a7aa91f77d 100644
--- a/android/Bootstrap/Makefile.shared
+++ b/android/Bootstrap/Makefile.shared
@@ -19,7 +19,7 @@ cp $(1) $(SODEST)$(if $(2),/$(2)) && $(STRIP) --strip-debug $(SODEST)$(if $(2),/
cp $(1) $(OBJLOCAL)$(if $(2),/$(2))
endef
-define COPYSOJAR
+define COPYJAR
cp $(1) libs
endef
diff --git a/android/experimental/LibreOffice4Android/Makefile b/android/experimental/LibreOffice4Android/Makefile
index 6296b13167f8..3f0be60a46d5 100644
--- a/android/experimental/LibreOffice4Android/Makefile
+++ b/android/experimental/LibreOffice4Android/Makefile
@@ -215,7 +215,7 @@ build-ant: copy-stuff properties
unoil \
unoloader \
); do \
- $(call COPYSOJAR,$(OUTDIR)/bin/$${F}.jar); \
+ $(call COPYJAR,$(OUTDIR)/bin/$${F}.jar); \
done
#
unset JAVA_HOME && $(ANT) debug