summaryrefslogtreecommitdiff
path: root/src/Makefile.Watcom
diff options
context:
space:
mode:
authorGuenter Knauf <lists@gknw.net>2010-08-02 02:01:56 +0200
committerGuenter Knauf <lists@gknw.net>2010-08-02 02:01:56 +0200
commitdfa6ee890d13f43558b753d347b1fe029e5f3b30 (patch)
tree53988db617b1813d66d8d37b1398ef4bf83c6b40 /src/Makefile.Watcom
parentbd5df39a29da41fbd0475c3069fa1abdefebeda8 (diff)
downloadgnurl-dfa6ee890d13f43558b753d347b1fe029e5f3b30.tar.gz
gnurl-dfa6ee890d13f43558b753d347b1fe029e5f3b30.tar.bz2
gnurl-dfa6ee890d13f43558b753d347b1fe029e5f3b30.zip
Changed src/Makefile.Watcom to use CURL_SOURCES from src/Makefile.inc.
Diffstat (limited to 'src/Makefile.Watcom')
-rw-r--r--src/Makefile.Watcom7
1 files changed, 2 insertions, 5 deletions
diff --git a/src/Makefile.Watcom b/src/Makefile.Watcom
index 919c9e38a..66e386daa 100644
--- a/src/Makefile.Watcom
+++ b/src/Makefile.Watcom
@@ -67,11 +67,8 @@ LINK_ARG = $(OBJ_DIR)\wlink.arg
!else
!include Makefile.inc
!endif
-# Unfortunately, we can't include Makefile.inc here because wmake doesn't
-# use backslash as the line continuation character by default
-CURL_SOURCES = main.c hugehelp.c urlglob.c writeout.c writeenv.c &
- getpass.c homedir.c curlutil.c os-specific.c
-
+# For now we still define the CURLX_ONES sources here unless we know how
+# to split off the prefixed path.
CURLX_SOURCES = rawstr.c nonblock.c
OBJS = $(CURL_SOURCES:.c=.obj)