Skip to content
Snippets Groups Projects
Commit 977825a6 authored by Guenter Knauf's avatar Guenter Knauf
Browse files

Added dependency so that curlbuild.h is created.

parent a6b69b64
No related branches found
No related tags found
No related merge requests found
......@@ -225,7 +225,7 @@ $(libcurl_dll_LIBRARY): $(libcurl_a_OBJECTS) $(RESOURCE) $(libcurl_dll_DEPENDENC
$(CC) $(LDFLAGS) -shared -Wl,--out-implib,$(libcurl_dll_a_LIBRARY) \
-o $@ $(libcurl_a_OBJECTS) $(RESOURCE) $(DLL_LIBS)
.c.o:
.c.o: $(PROOT)/include/curl/curlbuild.h
$(CC) $(INCLUDES) $(CFLAGS) -c $<
.rc.res:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment