]> granicus.if.org Git - curl/commitdiff
fixed small fix issue I introduced with my previous commit.
authorGunter Knauf <gk@gknw.de>
Fri, 3 Aug 2007 19:54:31 +0000 (19:54 +0000)
committerGunter Knauf <gk@gknw.de>
Fri, 3 Aug 2007 19:54:31 +0000 (19:54 +0000)
src/Makefile.m32

index 43b1839f417108dc957b19ced90110f7aa3bff1a..33e219f920337777392919c97d288547766fe3de 100644 (file)
@@ -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