From e789a3802cd454b9b37fb40ef2f04244db4831ee Mon Sep 17 00:00:00 2001 From: Gunter Knauf Date: Fri, 3 Aug 2007 19:54:31 +0000 Subject: [PATCH] fixed small fix issue I introduced with my previous commit. --- src/Makefile.m32 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.40.0