From 9439a6659b9389ad390262ae188c95ab87c82ac0 Mon Sep 17 00:00:00 2001 From: hniksic Date: Tue, 21 Nov 2000 09:01:39 -0800 Subject: [PATCH] [svn] Fixup ftpparse dependencies. --- src/Makefile.in | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/Makefile.in b/src/Makefile.in index 27cf75a7..0b899da8 100644 --- a/src/Makefile.in +++ b/src/Makefile.in @@ -138,9 +138,10 @@ cmpt$o: wget.h connect$o: wget.h connect.h host.h fnmatch$o: wget.h fnmatch.h ftp-basic$o: wget.h utils.h rbuf.h connect.h host.h -ftp-ls$o: wget.h utils.h ftp.h url.h +ftp-ls$o: wget.h utils.h ftp.h url.h ftpparse.h ftp-opie$o: wget.h md5.h ftp$o: wget.h utils.h url.h rbuf.h retr.h ftp.h connect.h host.h fnmatch.h netrc.h +ftpparse$o: ftpparse.h getopt$o: wget.h getopt.h hash$o: wget.h utils.h hash.h headers$o: wget.h connect.h rbuf.h headers.h -- 2.39.2