From: Gunter Knauf Date: Fri, 3 Aug 2007 19:54:31 +0000 (+0000) Subject: fixed small fix issue I introduced with my previous commit. X-Git-Tag: curl-7_17_0-preldapfix~24 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e789a3802cd454b9b37fb40ef2f04244db4831ee;p=curl fixed small fix issue I introduced with my previous commit. --- diff --git a/src/Makefile.m32 b/src/Makefile.m32 index 43b1839f4..33e219f92 100644 --- a/src/Makefile.m32 +++ b/src/Makefile.m32 @@ -46,7 +46,7 @@ ifdef DYN else curl_DEPENDENCIES = ../lib/libcurl.a curl_LDADD = -L../lib -lcurl - COMPILE += -DCURL_STATICLIB + CFLAGS += -DCURL_STATICLIB endif ifdef ARES CFLAGS += -DUSE_ARES