]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
Changed src/Makefile.Watcom to use CURL_SOURCES from src/Makefile.inc.
authorGuenter Knauf <lists@gknw.net>
Mon, 2 Aug 2010 00:01:56 +0000 (02:01 +0200)
committerGuenter Knauf <lists@gknw.net>
Mon, 2 Aug 2010 00:01:56 +0000 (02:01 +0200)
src/Makefile.Watcom

index 919c9e38a002c828c9317147a08309a5ce6313ed..66e386daadc3df2aac05c9bde87654b172711942 100644 (file)
@@ -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)