mirror of
https://github.com/mirror/wget.git
synced 2025-01-17 07:40:26 +08:00
[svn] Updated dependencies of connect$o to include utils.h
This commit is contained in:
parent
caa0f23be3
commit
56698ffd1d
@ -1,4 +1,9 @@
|
|||||||
2001-12-06 Hrvoje Niksic <hniksic@arsdigita.com>
|
2001-04-15 Ian Abbott <abbotti@mev.co.uk>
|
||||||
|
|
||||||
|
windows/wget.dep: The target `connect$o' (connect.obj) now depends on
|
||||||
|
`utils.h'.
|
||||||
|
|
||||||
|
2001-04-15 Hrvoje Niksic <hniksic@arsdigita.com>
|
||||||
|
|
||||||
* po/da.po: Ditto.
|
* po/da.po: Ditto.
|
||||||
|
|
||||||
|
@ -1,3 +1,8 @@
|
|||||||
|
2002-04-15 Ian Abbott <abbotti@mev.co.uk>
|
||||||
|
|
||||||
|
Makefile.in: The target `connect$o' (connect.o) now depends on
|
||||||
|
`utils.h'
|
||||||
|
|
||||||
2002-04-15 Ian Abbott <abbotti@mev.co.uk>
|
2002-04-15 Ian Abbott <abbotti@mev.co.uk>
|
||||||
|
|
||||||
* host.c (SET_H_ERRNO): New function-like macro to set `h_errno'.
|
* host.c (SET_H_ERRNO): New function-like macro to set `h_errno'.
|
||||||
|
@ -143,7 +143,7 @@ TAGS: *.c *.h
|
|||||||
|
|
||||||
alloca$o:
|
alloca$o:
|
||||||
cmpt$o: wget.h
|
cmpt$o: wget.h
|
||||||
connect$o: wget.h connect.h host.h
|
connect$o: wget.h utils.h connect.h host.h
|
||||||
cookies$o: wget.h cookies.h hash.h url.h utils.h
|
cookies$o: wget.h cookies.h hash.h url.h utils.h
|
||||||
fnmatch$o: wget.h fnmatch.h
|
fnmatch$o: wget.h fnmatch.h
|
||||||
ftp-basic$o: wget.h utils.h rbuf.h connect.h host.h ftp.h
|
ftp-basic$o: wget.h utils.h rbuf.h connect.h host.h ftp.h
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
alloca$o: alloca.c config.h
|
alloca$o: alloca.c config.h
|
||||||
ansi2knr$o: ansi2knr.c config.h
|
ansi2knr$o: ansi2knr.c config.h
|
||||||
cmpt$o: cmpt.c config.h wget.h sysdep.h mswindows.h options.h safe-ctype.h
|
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 connect.h host.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
|
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
|
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-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
|
||||||
|
Loading…
Reference in New Issue
Block a user