Skip to content

Commit 6083c64

Browse files
Release: Fix missing dependency for libusb download rule
Signed-off-by: Anton Kolesov <[email protected]>
1 parent 904e203 commit 6083c64

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

release.mk

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -802,6 +802,8 @@ DIRS += $(OOCD_BUILD_DIR_WIN)
802802
#
803803
# Libusb for Windows
804804
#
805+
$(BUILD_DIR)/libusb-$(LIBUSB_VERSION).tar.bz2: | $(BUILD_DIR)
806+
805807
$(BUILD_DIR)/libusb-$(LIBUSB_VERSION).tar.bz2:
806808
$(WGET) $(WGETFLAGS) -O $@ 'http://downloads.sourceforge.net/project/libusb/libusb-1.0/libusb-$(LIBUSB_VERSION)/libusb-$(LIBUSB_VERSION).tar.bz2?r=&use_mirror='
807809

0 commit comments

Comments
 (0)