]> sjero.net Git - wget/commitdiff
[svn] Dependcies update for src/mswindows.c.
authorabbotti <devnull@localhost>
Wed, 20 Mar 2002 18:56:45 +0000 (10:56 -0800)
committerabbotti <devnull@localhost>
Wed, 20 Mar 2002 18:56:45 +0000 (10:56 -0800)
Submitted by Ian Abbott in <3C98D8C6.31335.36EB6F@localhost>.

ChangeLog
src/ChangeLog
src/mswindows.c
windows/wget.dep

index a2ebf475856e19b5a95705415cb61422d6c5bf4d..3b41ff972a8f2f87dc50f83d0c0c5dbee676e178 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,7 +1,13 @@
+2002-03-20  Ian Abbott  <abbotti@mev.co.uk>
+
+       * * windows/wget.dep: Fix dependencies for target mswindows$o
+       (mswindows.obj)
+
 2002-03-19  Chin-yuan Kuo  <sr1111111@yahoo.com.tw>
 
        * configure.bat.in: Do not check %BORPATH% as C++Builder compiler
        does not use it.
+
        * windows/Makefile.src.bor:
        * windows/config.h.bor:
        Migrated to free (as in beer) C++Builder compiler.
@@ -9,7 +15,9 @@
 2002-03-13  Ian Abbott  <abbotti@mev.co.uk>
 
        * configure.bat: Removed (renamed to configure.bat.ini).
+
        * configure.bat.in: New (renamed from configure.bat).
+
        * Makefile.in: Add rule to copy configure.bat.in to configure.bat,
        converting line endings to MS-DOS format in the process.
 
index da06509516f7802ccddb652c7c4b5cd12a460918..bdc82ce52c6067c7e9982dfd44c70a1d2735fe9d 100644 (file)
@@ -1,3 +1,7 @@
+2002-03-20  Ian Abbott  <abbotti@mev.co.uk>
+
+       * mswindows.c: Include "utils.h".
+
 2002-03-18  Ian Abbott  <abbotti@mev.co.uk>
 
        * host.h: Don't include netdb.h on windows.
index f10c61238291b34f1d10702907a6f9e44014e359..95d89102dd1033e0602d1e87f22b8ca0264514fb 100644 (file)
@@ -29,6 +29,7 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.  */
 #include <errno.h>
 
 #include "wget.h"
+#include "utils.h"
 #include "url.h"
 
 #ifndef errno
index 848c15347315e2c8e86485194d4c49288577e00a..2d29231ee3ad8eb3484090fde2b7a83a4838b391 100644 (file)
@@ -20,7 +20,7 @@ init$o: init.c config.h wget.h sysdep.h options.h utils.h init.h host.h recur.h
 log$o: log.c config.h wget.h sysdep.h options.h utils.h
 main$o: main.c config.h wget.h sysdep.h options.h utils.h getopt.h init.h retr.h recur.h host.h
 gnu-md5$o: gnu-md5.c wget.h sysdep.h options.h gnu-md5.h
-mswindows$o: wget.h url.h
+mswindows$o: wget.h utils.h url.h
 netrc$o: netrc.c wget.h sysdep.h options.h utils.h netrc.h init.h
 rbuf$o: rbuf.c config.h wget.h sysdep.h options.h rbuf.h connect.h
 recur$o: recur.c config.h wget.h sysdep.h options.h url.h recur.h utils.h retr.h ftp.h fnmatch.h host.h hash.h