]> sjero.net Git - wget/commitdiff
[svn] Updated dependencies of connect$o to include utils.h
authorabbotti <devnull@localhost>
Mon, 15 Apr 2002 19:10:23 +0000 (12:10 -0700)
committerabbotti <devnull@localhost>
Mon, 15 Apr 2002 19:10:23 +0000 (12:10 -0700)
ChangeLog
src/ChangeLog
src/Makefile.in
windows/wget.dep

index a1fc9d788de53101e5aabd37584ab79397ec00c0..9606f78e84a8987fbbc35eb30eca0af138556184 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.
 
index c6ace5b5476e396ee448d439362e7eee003a67a1..a0b1cd70ea8d4b4f08db6182826c0fec52b12450 100644 (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'.
index 6f6d003a3696dedee5d0d169da68feb3a442aab5..a6b0115c2967b64e98a4ab9c6bd9bd63f52d903f 100644 (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
index d5450308e923930246dbd826104efded7313645d..816daa97a45fc257b81e172ca35d43eea206295f 100644 (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