Changelog:
Remove fnmatch.[ch] from windows\Makefile.src, windows\Makefile.dep.
Heiko
--
-- PREVINET S.p.A. www.previnet.it
-- Heiko Herold [EMAIL PROTECTED]
-- +39-041-5907073 ph
-- +39-041-5907472 fax
diff -urbB wget/windows/Makefile.src wget.wip/windows/Makefile.src
--- wget/windows/Makefile.src Thu Oct 9 07:17:09 2003
+++ wget.wip/windows/Makefile.src Thu Oct 9 09:56:49 2003
@@ -66,13 +66,13 @@
SRC = cmpt.c safe-ctype.c convert.c connect.c host.c http.c netrc.c \
ftp-basic.c ftp.c ftp-ls.c ftp-opie.c getopt.c hash.c headers.c \
html-parse.c html-url.c progress.c retr.c recur.c res.c url.c cookies.c \
- init.c utils.c main.c version.c mswindows.c fnmatch.c gen-md5.c \
+ init.c utils.c main.c version.c mswindows.c gen-md5.c \
gnu-md5.c rbuf.c log.c $(SSLSRC)
OBJ = cmpt$o safe-ctype$o convert$o connect$o host$o http$o netrc$o \
ftp-basic$o ftp$o ftp-ls$o ftp-opie$o getopt$o hash$o headers$o \
html-parse$o html-url$o progress$o retr$o recur$o res$o url$o cookies$o \
- init$o utils$o main$o version$o mswindows$o fnmatch$o gen-md5$o gnu-md5$o\
+ init$o utils$o main$o version$o mswindows$o gen-md5$o gnu-md5$o\
rbuf$o log$o $(SSLOBJ)
.SUFFIXES: .c .obj
diff -urbB wget/windows/wget.dep wget.wip/windows/wget.dep
--- wget/windows/wget.dep Mon Apr 15 19:10:17 2002
+++ wget.wip/windows/wget.dep Thu Oct 9 09:51:16 2003
@@ -3,11 +3,10 @@
cmpt$o: cmpt.c config.h wget.h sysdep.h mswindows.h options.h safe-ctype.h
connect$o: connect.c config.h wget.h sysdep.h mswindows.h options.h safe-ctype.h
utils.h connect.h host.h
cookies$o: cookies.c config.h wget.h sysdep.h mswindows.h options.h safe-ctype.h
cookies.h hash.h url.h utils.h
-fnmatch$o: fnmatch.c config.h wget.h sysdep.h mswindows.h options.h safe-ctype.h
fnmatch.h
ftp-basic$o: ftp-basic.c config.h wget.h sysdep.h mswindows.h options.h safe-ctype.h
utils.h rbuf.h connect.h host.h ftp.h
ftp-ls$o: ftp-ls.c config.h wget.h sysdep.h mswindows.h options.h safe-ctype.h
utils.h ftp.h url.h
ftp-opie$o: ftp-opie.c config.h wget.h sysdep.h mswindows.h options.h safe-ctype.h
gen-md5.h
-ftp$o: ftp.c config.h wget.h sysdep.h mswindows.h options.h safe-ctype.h utils.h
url.h rbuf.h retr.h ftp.h connect.h host.h fnmatch.h netrc.h
+ftp$o: ftp.c config.h wget.h sysdep.h mswindows.h options.h safe-ctype.h utils.h
url.h rbuf.h retr.h ftp.h connect.h host.h netrc.h
gen-md5$o: gen-md5.c config.h wget.h sysdep.h mswindows.h options.h safe-ctype.h
gen-md5.h
gen_sslfunc$o: gen_sslfunc.c config.h wget.h sysdep.h mswindows.h options.h
safe-ctype.h utils.h connect.h host.h url.h
getopt$o: getopt.c config.h wget.h sysdep.h mswindows.h options.h safe-ctype.h
getopt.h
@@ -17,7 +16,7 @@
host$o: host.c config.h wget.h sysdep.h mswindows.h options.h safe-ctype.h utils.h
host.h url.h hash.h
html-parse$o: html-parse.c config.h wget.h sysdep.h mswindows.h options.h
safe-ctype.h html-parse.h
html-url$o: html-url.c config.h wget.h sysdep.h mswindows.h options.h safe-ctype.h
html-parse.h url.h utils.h
-http$o: http.c config.h wget.h sysdep.h mswindows.h options.h safe-ctype.h utils.h
url.h host.h rbuf.h retr.h headers.h connect.h fnmatch.h netrc.h gen-md5.h
+http$o: http.c config.h wget.h sysdep.h mswindows.h options.h safe-ctype.h utils.h
url.h host.h rbuf.h retr.h headers.h connect.h netrc.h gen-md5.h
init$o: init.c config.h wget.h sysdep.h mswindows.h options.h safe-ctype.h utils.h
init.h host.h recur.h netrc.h cookies.h progress.h
log$o: log.c config.h wget.h sysdep.h mswindows.h options.h safe-ctype.h utils.h
main$o: main.c config.h wget.h sysdep.h mswindows.h options.h safe-ctype.h utils.h
getopt.h init.h retr.h rbuf.h recur.h host.h gen_sslfunc.h getopt.h
@@ -25,10 +24,10 @@
netrc$o: netrc.c config.h wget.h sysdep.h mswindows.h options.h safe-ctype.h utils.h
netrc.h init.h
progress$o: progress.c config.h wget.h sysdep.h mswindows.h options.h safe-ctype.h
utils.h retr.h rbuf.h
rbuf$o: rbuf.c config.h wget.h sysdep.h mswindows.h options.h safe-ctype.h rbuf.h
connect.h host.h
-recur$o: recur.c config.h wget.h sysdep.h mswindows.h options.h safe-ctype.h url.h
recur.h utils.h retr.h rbuf.h ftp.h fnmatch.h host.h hash.h
+recur$o: recur.c config.h wget.h sysdep.h mswindows.h options.h safe-ctype.h url.h
recur.h utils.h retr.h rbuf.h ftp.h host.h hash.h
retr$o: retr.c config.h wget.h sysdep.h mswindows.h options.h safe-ctype.h utils.h
retr.h rbuf.h url.h recur.h ftp.h host.h connect.h hash.h
safe-ctype$o: safe-ctype.c config.h safe-ctype.h
snprintf$o: snprintf.c config.h safe-ctype.h
url$o: url.c config.h wget.h sysdep.h mswindows.h options.h safe-ctype.h utils.h
url.h host.h hash.h
-utils$o: utils.c config.h wget.h sysdep.h mswindows.h options.h safe-ctype.h utils.h
fnmatch.h hash.h
+utils$o: utils.c config.h wget.h sysdep.h mswindows.h options.h safe-ctype.h utils.h
hash.h
version$o: version.c