diff options
Diffstat (limited to 'tools/depends/target/fstrcmp/Makefile')
-rw-r--r-- | tools/depends/target/fstrcmp/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/depends/target/fstrcmp/Makefile b/tools/depends/target/fstrcmp/Makefile index a0a61e46e7..e1642b450b 100644 --- a/tools/depends/target/fstrcmp/Makefile +++ b/tools/depends/target/fstrcmp/Makefile @@ -8,7 +8,7 @@ LIBDYLIB=$(PLATFORM)/lib/.libs/$(BYPRODUCT) all: .installed-$(PLATFORM) -$(PLATFORM): $(TARBALLS_LOCATION)/$(ARCHIVE).$(HASH_TYPE) $(DEPS) +$(PLATFORM): $(DEPS) | $(TARBALLS_LOCATION)/$(ARCHIVE).$(HASH_TYPE) rm -rf $(PLATFORM)/*; mkdir -p $(PLATFORM) cd $(PLATFORM); $(ARCHIVE_TOOL) $(ARCHIVE_TOOL_FLAGS) $(TARBALLS_LOCATION)/$(ARCHIVE) cd $(PLATFORM); autoreconf -vif; $(CONFIGURE) |