altosdroid: adjust clean targets to get rid of automake warning
authorMike Beattie <mike@ethernal.org>
Sun, 10 Mar 2013 07:22:51 +0000 (20:22 +1300)
committerMike Beattie <mike@ethernal.org>
Sun, 10 Mar 2013 07:22:51 +0000 (20:22 +1300)
Signed-off-by: Mike Beattie <mike@ethernal.org>
altosdroid/Makefile.am

index 3dbabdd7361603595e11c9becdb538dd077a528d..0473c17a85cad887e79b4757eedb67f5db37a8e2 100644 (file)
@@ -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