curl-library
[PATCH] Fix compilation with make mingw32
From: Thomas Braun <thomas.braun_at_virtuell-zuhause.de>
Date: Sat, 8 Feb 2014 17:26:53 +0100
Date: Sat, 8 Feb 2014 17:26:53 +0100
The source files from lib/vtls where generated in lib instead of lib/vtls.
Verified-by: Thomas Braun <thomas.braun_at_virtuell-zuhause.de>
diff --git a/lib/Makefile.m32 b/lib/Makefile.m32
index a401c71..afe3982 100644
--- a/lib/Makefile.m32
+++ b/lib/Makefile.m32
@@ -285,7 +285,7 @@ $(libcurl_dll_LIBRARY): $(libcurl_a_OBJECTS) $(RESOURCE) $(libcurl_dll_DEPENDENC
$(libcurl_a_OBJECTS) $(RESOURCE) $(DLL_LIBS)
%.o: %.c $(PROOT)/include/curl/curlbuild.h
- $(CC) $(INCLUDES) $(CFLAGS) -c $<
+ $(CC) $(INCLUDES) $(CFLAGS) -c $< -o $@
%.res: %.rc
$(RC) $(RCFLAGS) $< -o $@
-- 1.8.4-mingw-2 --------------040903000706080908080401 Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline ------------------------------------------------------------------- List admin: http://cool.haxx.se/list/listinfo/curl-library Etiquette: http://curl.haxx.se/mail/etiquette.html --------------040903000706080908080401--Received on 2001-09-17