aboutsummaryrefslogtreecommitdiff
path: root/src/Makefile.Watcom
diff options
context:
space:
mode:
authorGuenter Knauf <lists@gknw.net>2010-08-02 12:24:54 +0200
committerGuenter Knauf <lists@gknw.net>2010-08-02 12:24:54 +0200
commitf97a7eb400f014011c036230787926171b88527a (patch)
tree8ed6f70054fa37c4dd0a7e285d20ad0b9073dfd6 /src/Makefile.Watcom
parent3cf658fc24629d2ea067d1f9dd6204f1a4e59f67 (diff)
Rename CURL_SOURCES macro; revert previous rename of curl_SOURCES macro.
Diffstat (limited to 'src/Makefile.Watcom')
-rw-r--r--src/Makefile.Watcom2
1 files changed, 1 insertions, 1 deletions
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