summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorGunter Knauf <gk@gknw.de>2007-08-03 19:54:31 +0000
committerGunter Knauf <gk@gknw.de>2007-08-03 19:54:31 +0000
commite789a3802cd454b9b37fb40ef2f04244db4831ee (patch)
treeae3a76eea23a993b6e49342d09a6d9d3e762c744 /src
parent4aabbc5ac2ed24f2c905855c8c83251f0ca47306 (diff)
downloadcurl-e789a3802cd454b9b37fb40ef2f04244db4831ee.tar.gz
fixed small fix issue I introduced with my previous commit.
Diffstat (limited to 'src')
-rw-r--r--src/Makefile.m322
1 files changed, 1 insertions, 1 deletions
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