From 4c11f1b26989b74ff3b739f7a2d3bee58704980a Mon Sep 17 00:00:00 2001 From: abbotti Date: Mon, 15 Apr 2002 13:15:43 -0700 Subject: [PATCH] [svn] Updated several dependencies for object files, taking account of nested include files. Submitted by Ian Abbott. --- src/ChangeLog | 5 ++++ src/Makefile.in | 75 +++++++++++++++++++++++++++++-------------------- 2 files changed, 49 insertions(+), 31 deletions(-) diff --git a/src/ChangeLog b/src/ChangeLog index a0b1cd70..a17ffe8e 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,8 @@ +2002-04-15 Ian Abbott + + Makefile.in: Updated several dependencies for object files to take + account of nested include files. + 2002-04-15 Ian Abbott Makefile.in: The target `connect$o' (connect.o) now depends on diff --git a/src/Makefile.in b/src/Makefile.in index a6b0115c..0da55c42 100644 --- a/src/Makefile.in +++ b/src/Makefile.in @@ -142,37 +142,50 @@ TAGS: *.c *.h # DO NOT DELETE THIS LINE -- make depend depends on it. alloca$o: -cmpt$o: wget.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 -ftp-ls$o: wget.h utils.h ftp.h url.h -ftp-opie$o: wget.h gen-md5.h -ftp$o: wget.h utils.h url.h rbuf.h retr.h ftp.h connect.h host.h fnmatch.h netrc.h -gen-md5$o: wget.h gen-md5.h -gen_sslfunc$o: wget.h utils.h connect.h url.h -getopt$o: wget.h getopt.h -gnu-md5$o: wget.h gnu-md5.h -hash$o: wget.h utils.h hash.h -headers$o: wget.h connect.h rbuf.h headers.h -host$o: wget.h utils.h host.h url.h hash.h -html-parse$o: wget.h html-parse.h -html-url$o: wget.h html-parse.h url.h utils.h -http$o: wget.h utils.h url.h host.h rbuf.h retr.h headers.h connect.h fnmatch.h netrc.h gen_sslfunc.h cookies.h gen-md5.h -init$o: wget.h utils.h init.h host.h recur.h netrc.h cookies.h progress.h -log$o: wget.h utils.h -main$o: wget.h utils.h init.h retr.h recur.h host.h cookies.h url.h progress.h gen_sslfunc.h getopt.h -gnu-md5$o: wget.h gnu-md5.h -mswindows$o: wget.h utils.h url.h -netrc$o: wget.h utils.h netrc.h init.h -progress$o: wget.h progress.h utils.h retr.h -rbuf$o: wget.h rbuf.h connect.h gen_sslfunc.h -recur$o: wget.h url.h recur.h utils.h retr.h ftp.h fnmatch.h host.h hash.h -res$o: wget.h utils.h hash.h url.h retr.h res.h -retr$o: wget.h utils.h retr.h url.h recur.h ftp.h host.h connect.h hash.h +cmpt$o: wget.h sysdep.h options.h safe-ctype.h +connect$o: wget.h sysdep.h options.h safe-ctype.h utils.h connect.h host.h +cookies$o: wget.h sysdep.h options.h safe-ctype.h cookies.h hash.h url.h utils.h +fnmatch$o: wget.h sysdep.h options.h safe-ctype.h fnmatch.h +ftp-basic$o: wget.h sysdep.h options.h safe-ctype.h utils.h rbuf.h connect.h \ + host.h ftp.h +ftp-ls$o: wget.h sysdep.h options.h safe-ctype.h utils.h ftp.h rbuf.h host.h \ + url.h +ftp-opie$o: wget.h sysdep.h options.h safe-ctype.h gen-md5.h +ftp$o: wget.h sysdep.h options.h safe-ctype.h utils.h url.h rbuf.h retr.h \ + ftp.h host.h connect.h fnmatch.h netrc.h +gen-md5$o: wget.h sysdep.h options.h safe-ctype.h gen-md5.h +gen_sslfunc$o: wget.h sysdep.h options.h safe-ctype.h utils.h connect.h host.h \ + url.h +getopt$o: wget.h sysdep.h options.h safe-ctype.h getopt.h +gnu-md5$o: wget.h sysdep.h options.h safe-ctype.h gnu-md5.h +hash$o: wget.h sysdep.h options.h safe-ctype.h utils.h hash.h +headers$o: wget.h sysdep.h options.h safe-ctype.h connect.h host.h rbuf.h \ + headers.h +host$o: wget.h sysdep.h options.h safe-ctype.h utils.h host.h url.h hash.h +html-parse$o: wget.h sysdep.h options.h safe-ctype.h html-parse.h +html-url$o: wget.h sysdep.h options.h safe-ctype.h html-parse.h url.h utils.h +http$o: wget.h sysdep.h options.h safe-ctype.h utils.h url.h host.h rbuf.h \ + retr.h headers.h connect.h host.h fnmatch.h netrc.h gen_sslfunc.h \ + cookies.h gen-md5.h +init$o: wget.h sysdep.h options.h safe-ctype.h utils.h init.h host.h recur.h \ + netrc.h cookies.h progress.h +log$o: wget.h sysdep.h options.h safe-ctype.h utils.h +main$o: wget.h sysdep.h options.h safe-ctype.h utils.h init.h retr.h rbuf.h \ + recur.h host.h cookies.h url.h progress.h gen_sslfunc.h getopt.h +gnu-md5$o: wget.h sysdep.h options.h safe-ctype.h gnu-md5.h +mswindows$o: wget.h sysdep.h options.h safe-ctype.h utils.h url.h +netrc$o: wget.h sysdep.h options.h safe-ctype.h utils.h netrc.h init.h +progress$o: wget.h sysdep.h options.h safe-ctype.h progress.h utils.h retr.h \ + rbuf.h +rbuf$o: wget.h sysdep.h options.h safe-ctype.h rbuf.h connect.h host.h \ + gen_sslfunc.h +recur$o: wget.h sysdep.h options.h safe-ctype.h url.h recur.h utils.h retr.h \ + rbuf.h ftp.h host.h fnmatch.h hash.h +res$o: wget.h sysdep.h options.h safe-ctype.h utils.h hash.h url.h retr.h res.h +retr$o: wget.h sysdep.h options.h safe-ctype.h utils.h retr.h rbuf.h url.h \ + recur.h ftp.h host.h connect.h hash.h snprintf$o: safe-ctype.h safe-ctype$o: safe-ctype.h -url$o: wget.h utils.h url.h host.h hash.h -utils$o: wget.h utils.h fnmatch.h hash.h +url$o: wget.h sysdep.h options.h safe-ctype.h utils.h url.h host.h hash.h +utils$o: wget.h sysdep.h options.h safe-ctype.h utils.h fnmatch.h hash.h version$o: -- 2.39.2