summaryrefslogtreecommitdiff
path: root/altosdroid
diff options
context:
space:
mode:
authorMike Beattie <mike@ethernal.org>2013-03-10 20:24:56 +1300
committerMike Beattie <mike@ethernal.org>2013-03-10 20:24:56 +1300
commit8adadf6bd2ba623642675e4beafac4ac98b1916d (patch)
treeadbf43c5435ffede5d053356d51e8db399fb9d9f /altosdroid
parentd029acad6a992be9b7b4498e70605f8a1e1a4ef6 (diff)
parent0c0c6d60cdce39582fa5350e9b016a08e76f27a1 (diff)
Merge branch 'master' into altosdroid
Diffstat (limited to 'altosdroid')
-rw-r--r--altosdroid/Makefile.am5
1 files changed, 3 insertions, 2 deletions
diff --git a/altosdroid/Makefile.am b/altosdroid/Makefile.am
index 3dbabdd7..0473c17a 100644
--- a/altosdroid/Makefile.am
+++ b/altosdroid/Makefile.am
@@ -80,7 +80,7 @@ release: bin/AltosDroid-release-unsigned.apk
bin/AltosDroid-release-signed.apk \
bin/AltosDroid-release.apk
-clean: $(GOOGLE_PLAY_SERVICES_LIB)
+clean-local: $(GOOGLE_PLAY_SERVICES_LIB)
ant clean
rm -rf $(EXT_LIBDIR)
rm -f $(DRAWABLES)
@@ -88,7 +88,8 @@ clean: $(GOOGLE_PLAY_SERVICES_LIB)
else
-clean:
+clean-local:
endif
+clean: clean-local