[Libreoffice-commits] .: Branch 'feature/android' - android/qa

Tor Lillqvist tml at kemper.freedesktop.org
Fri Feb 3 03:15:07 PST 2012


 android/qa/desktop/Makefile |    6 +++---
 android/qa/sc/Makefile      |    6 +++---
 2 files changed, 6 insertions(+), 6 deletions(-)

New commits:
commit db1ade41bf6c878753801ed241d6bd1d94466e12
Author: Tor Lillqvist <tml at iki.fi>
Date:   Fri Feb 3 13:11:03 2012 +0200

    Fix braino

diff --git a/android/qa/desktop/Makefile b/android/qa/desktop/Makefile
index ec568b6..3d11362 100644
--- a/android/qa/desktop/Makefile
+++ b/android/qa/desktop/Makefile
@@ -235,11 +235,11 @@ copy-stuff: buildrcs
 
 
 build-ant: copy-stuff
-	unset JAVA_HOME && $ANT debug
+	unset JAVA_HOME && $(ANT) debug
 
 install: copy-stuff
 	adb shell rm -r $(APP_DATA_PATH)
-	unset JAVA_HOME && $ANT debug install
+	unset JAVA_HOME && $(ANT) debug install
 	@echo
 	@echo 'Run it with "make run"'
 	@echo
@@ -260,6 +260,6 @@ stop-start-cycle:
 	adb shell stop && adb shell start && sleep 10
 
 clean:
-	$ANT clean
+	$(ANT) clean
 	rm -rf assets $(SODEST) $(OBJLOCAL)
 
diff --git a/android/qa/sc/Makefile b/android/qa/sc/Makefile
index ad07d28..59ad5fb 100644
--- a/android/qa/sc/Makefile
+++ b/android/qa/sc/Makefile
@@ -165,10 +165,10 @@ copy-stuff:
 
 
 build-ant: copy-stuff
-	unset JAVA_HOME && $ANT debug
+	unset JAVA_HOME && $(ANT) debug
 
 install: copy-stuff
-	unset JAVA_HOME && $ANT debug install
+	unset JAVA_HOME && $(ANT) debug install
 	@echo
 	@echo 'Run it with "make run"'
 	@echo
@@ -199,6 +199,6 @@ redirect-stdio:
 	adb shell stop && adb shell setprop log.redirect-stdio true && adb shell start
 
 clean:
-	$ANT clean
+	$(ANT) clean
 	rm -rf assets $(SODEST) $(OBJLOCAL)
 


More information about the Libreoffice-commits mailing list