Windows: Fix MinGW parallel build
authorxantares <xantares09@hotmail.com>
Fri, 24 Jan 2014 09:07:11 +0000 (09:07 +0000)
committerPete Batard <pete@akeo.ie>
Sat, 25 Jan 2014 22:42:31 +0000 (22:42 +0000)
libusb/Makefile.am
libusb/version_nano.h

index 587661a..80e3705 100644 (file)
@@ -52,7 +52,7 @@ OS_SRC = $(WINDOWS_USB_SRC)
 libusb-1.0.rc: version.h version_nano.h
 endif
 
-libusb-1.0.dll: libusb-1.0.def
+libusb-1.0.dll: libusb-1.0.def libusb-1.0.la
 if CREATE_IMPORT_LIB
 # Rebuild the import lib from the .def so that MS and MinGW DLLs can be interchanged
        $(AM_V_GEN)$(DLLTOOL) $(DLLTOOLFLAGS) --kill-at --input-def $(srcdir)/libusb-1.0.def --dllname $@ --output-lib .libs/$@.a
index b7dfab5..caddced 100644 (file)
@@ -1 +1 @@
-#define LIBUSB_NANO 10864
+#define LIBUSB_NANO 10865