diff options
Diffstat (limited to 'android')
-rw-r--r-- | android/Bootstrap/Makefile.shared | 2 | ||||
-rw-r--r-- | android/experimental/LibreOffice4Android/Makefile | 2 |
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 |