From: hniksic Date: Wed, 26 Nov 2003 00:20:42 +0000 (-0800) Subject: [svn] Added the trailing backslash that was missing. X-Git-Tag: v1.13~1368 X-Git-Url: http://sjero.net/git/?p=wget;a=commitdiff_plain;h=c06c8d039fc33512a4bb40cd01dc51db6a771593 [svn] Added the trailing backslash that was missing. --- diff --git a/src/ChangeLog b/src/ChangeLog index 6a5a9912..fefc6b55 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,8 @@ +2003-11-26 Hrvoje Niksic + + * Makefile.in (http$o): Added the trailing backslash that was + missing. + 2003-11-21 Hrvoje Niksic * headers.c: Removed. The file is no longer relevant, now that no diff --git a/src/Makefile.in b/src/Makefile.in index 185b14be..6df29d41 100644 --- a/src/Makefile.in +++ b/src/Makefile.in @@ -174,7 +174,7 @@ 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 \ - retr.h connect.h host.h netrc.h gen_sslfunc.h + retr.h connect.h host.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