From: Mike Beattie Date: Sun, 10 Mar 2013 07:22:51 +0000 (+1300) Subject: altosdroid: adjust clean targets to get rid of automake warning X-Git-Tag: altosdroid_v1.2-1~89^2~3^2~1 X-Git-Url: https://git.gag.com/?p=fw%2Faltos;a=commitdiff_plain;h=c2d966a8ca9dcf6ccf5c268c616cf1384d45002d;hp=988e9079e20133554acfecc74a109195688c2752 altosdroid: adjust clean targets to get rid of automake warning Signed-off-by: Mike Beattie --- 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