[svn] Updated dependencies of connect$o to include utils.h

This commit is contained in:
abbotti 2002-04-15 12:10:23 -07:00
parent caa0f23be3
commit 56698ffd1d
4 changed files with 13 additions and 3 deletions

View File

@ -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.

View File

@ -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>
* host.c (SET_H_ERRNO): New function-like macro to set `h_errno'.

View File

@ -143,7 +143,7 @@ TAGS: *.c *.h
alloca$o:
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
fnmatch$o: wget.h fnmatch.h
ftp-basic$o: wget.h utils.h rbuf.h connect.h host.h ftp.h

View File

@ -1,7 +1,7 @@
alloca$o: alloca.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
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
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