]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
Fix compilation with make mingw32
authorThomas Braun <thomas.braun@virtuell-zuhause.de>
Sat, 8 Feb 2014 16:26:53 +0000 (17:26 +0100)
committerDaniel Stenberg <daniel@haxx.se>
Wed, 12 Feb 2014 13:39:08 +0000 (14:39 +0100)
The source files from lib/vtls where generated in lib instead of lib/vtls.

Verified-by: Thomas Braun <thomas.braun@virtuell-zuhause.de>
lib/Makefile.m32

index a401c71f6232db3a12013c290bb6605b3795a27b..afe3982dc3c9d4f3cbc79a19072bf7c55c30c2ce 100644 (file)
@@ -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 $@