From 56698ffd1d3880bf2304947b2b123575fd6ff4d4 Mon Sep 17 00:00:00 2001 From: abbotti Date: Mon, 15 Apr 2002 12:10:23 -0700 Subject: [PATCH] [svn] Updated dependencies of connect$o to include utils.h --- ChangeLog | 7 ++++++- src/ChangeLog | 5 +++++ src/Makefile.in | 2 +- windows/wget.dep | 2 +- 4 files changed, 13 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index a1fc9d78..9606f78e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,4 +1,9 @@ -2001-12-06 Hrvoje Niksic +2001-04-15 Ian Abbott + + windows/wget.dep: The target `connect$o' (connect.obj) now depends on + `utils.h'. + +2001-04-15 Hrvoje Niksic * po/da.po: Ditto. diff --git a/src/ChangeLog b/src/ChangeLog index c6ace5b5..a0b1cd70 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,8 @@ +2002-04-15 Ian Abbott + + Makefile.in: The target `connect$o' (connect.o) now depends on + `utils.h' + 2002-04-15 Ian Abbott * host.c (SET_H_ERRNO): New function-like macro to set `h_errno'. diff --git a/src/Makefile.in b/src/Makefile.in index 6f6d003a..a6b0115c 100644 --- a/src/Makefile.in +++ b/src/Makefile.in @@ -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 diff --git a/windows/wget.dep b/windows/wget.dep index d5450308..816daa97 100644 --- a/windows/wget.dep +++ b/windows/wget.dep @@ -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 -- 2.39.2