Navigation Menu

Skip to content
This repository has been archived by the owner on Sep 30, 2018. It is now read-only.

Commit

Permalink
[droid] don't lie.. only report success when we're done
Browse files Browse the repository at this point in the history
  • Loading branch information
Cory Fields committed Jul 1, 2012
1 parent 3a4fe6c commit 4096072
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/android/depends/Makefile.in
Expand Up @@ -17,6 +17,7 @@ SUBDIRS = \
.PHONY: buildtools $(BUILDTOOLS) subdirs $(SUBDIRS) arm

all: subdirs
@echo "Dependencies built successfully."

release: armeabi-v7a x86

Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 4096072

Please sign in to comment.