summaryrefslogtreecommitdiff
path: root/lib/Makefile.Watcom
diff options
context:
space:
mode:
authorMichal Marek <mmarek@suse.cz>2008-03-31 12:09:43 +0000
committerMichal Marek <mmarek@suse.cz>2008-03-31 12:09:43 +0000
commitd13be06aaa918f7098570f7f0f7a2a600a48d9a0 (patch)
treed05998333a3b00b5d7050e52658224378ef0afe4 /lib/Makefile.Watcom
parentf1c69192da0a7326329629550795101e40092438 (diff)
downloadcurl-d13be06aaa918f7098570f7f0f7a2a600a48d9a0.tar.gz
Removed the generated ca-bundle.h file. The verbatim value of $ca and
$capath is known to configure, so it can be defined in config.h instead.
Diffstat (limited to 'lib/Makefile.Watcom')
-rw-r--r--lib/Makefile.Watcom7
1 files changed, 2 insertions, 5 deletions
diff --git a/lib/Makefile.Watcom b/lib/Makefile.Watcom
index a3fe6fc6b..8e5118ecb 100644
--- a/lib/Makefile.Watcom
+++ b/lib/Makefile.Watcom
@@ -4,7 +4,7 @@
#
# $Id$
-TARGETS = ca-bundle.h libcurl_wc.dll libcurl_wc_imp.lib
+TARGETS = libcurl_wc.dll libcurl_wc_imp.lib
CC = wcc386
@@ -67,9 +67,6 @@ all: $(OBJ_DIR) $(C_ARG) $(TARGETS) .SYMBOLIC
$(OBJ_DIR):
mkdir $(OBJ_DIR)
-ca-bundle.h:
- @echo /* dummy ca-bundle.h. Not used */ > $@
-
libcurl_wc.dll libcurl_wc_imp.lib: $(OBJS) $(RESOURCE) $(LINK_ARG)
wlink name libcurl_wc.dll @$(LINK_ARG)
@@ -168,7 +165,7 @@ $(OBJ_DIR)\url.obj: url.c setup.h config-win32.h setup_once.h urldata.h cookie.h
transfer.h sendf.h progress.h strequal.h strerror.h escape.h strtok.h &
share.h content_encoding.h http_digest.h http_negotiate.h select.h &
multiif.h ftp.h dict.h telnet.h tftp.h http.h file.h curl_ldap.h url.h &
- connect.h inet_ntop.h http_ntlm.h .\ca-bundle.h &
+ connect.h inet_ntop.h http_ntlm.h &
..\include\curl\mprintf.h memory.h memdebug.h .\memory.h
$(OBJ_DIR)\dict.obj: dict.c setup.h config-win32.h setup_once.h urldata.h cookie.h &
..\include\curl\curl.h ..\include\curl\curlver.h ..\include\curl\easy.h &