From f97a7eb400f014011c036230787926171b88527a Mon Sep 17 00:00:00 2001 From: Guenter Knauf Date: Mon, 2 Aug 2010 12:24:54 +0200 Subject: Rename CURL_SOURCES macro; revert previous rename of curl_SOURCES macro. --- src/Makefile.Watcom | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/Makefile.Watcom') diff --git a/src/Makefile.Watcom b/src/Makefile.Watcom index 6ee51abf9..1ab1aa569 100644 --- a/src/Makefile.Watcom +++ b/src/Makefile.Watcom @@ -71,7 +71,7 @@ LINK_ARG = $(OBJ_DIR)\wlink.arg # to split off the prefixed path. CURLX_SOURCES = rawstr.c nonblock.c -OBJS = $(CURL_SOURCES:.c=.obj) +OBJS = $(CURL_CFILES:.c=.obj) !ifdef %curl_static CFLAGS += -DCURL_STATICLIB !else -- cgit v1.2.3