diff options
Diffstat (limited to 'tools/depends/target/libusb/Makefile')
-rw-r--r-- | tools/depends/target/libusb/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/depends/target/libusb/Makefile b/tools/depends/target/libusb/Makefile index f4368fd1eb..53776961c4 100644 --- a/tools/depends/target/libusb/Makefile +++ b/tools/depends/target/libusb/Makefile @@ -18,7 +18,7 @@ LIBDYLIB=$(PLATFORM)/.libs/$(LIBNAME).a all: $(LIBDYLIB) .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); patch -p1 -i ../no-Werror.patch |