]> sjero.net Git - wget/blobdiff - src/Makefile.in
[svn] Updated dependencies of connect$o to include utils.h
[wget] / src / Makefile.in
index cd2c9532a7d8d6935d1ced2cdb62a57ece4f4974..a6b0115c2967b64e98a4ab9c6bd9bd63f52d903f 100644 (file)
@@ -49,7 +49,7 @@ exeext   = @exeext@
 INCLUDES = -I. -I$(srcdir) @SSL_INCLUDES@
 
 COMPILE = $(CC) $(INCLUDES) $(CPPFLAGS)  $(DEFS) $(CFLAGS)
-LINK    = @LIBTOOL@ $(CC) $(CFLAGS) $(LDFLAGS) -o $@
+LINK    = @LIBTOOL@ --mode=link $(CC) $(CFLAGS) $(LDFLAGS) -o $@
 INSTALL = @INSTALL@
 INSTALL_PROGRAM = @INSTALL_PROGRAM@
 RM = rm -f
@@ -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