diff --git a/tools/android/depends/Makefile.in b/tools/android/depends/Makefile.in index 336011a1c6..131e2f30db 100644 --- a/tools/android/depends/Makefile.in +++ b/tools/android/depends/Makefile.in @@ -17,6 +17,7 @@ SUBDIRS = \ .PHONY: buildtools $(BUILDTOOLS) subdirs $(SUBDIRS) arm all: subdirs + @echo "Dependencies built successfully." release: armeabi-v7a x86 @@ -68,7 +69,6 @@ $(BUILDTOOLS): subdirs: $(SUBDIRS) $(SUBDIRS): help2man autoconf automake libtool pkg-config yasm $(MAKE) -C $@ - @echo "Dependencies built successfully." clean: for d in $(BUILDTOOLS); do $(MAKE) -C $$d clean; done for d in $(SUBDIRS); do $(MAKE) -C $$d clean; done