From c06c8d039fc33512a4bb40cd01dc51db6a771593 Mon Sep 17 00:00:00 2001 From: hniksic Date: Tue, 25 Nov 2003 16:20:42 -0800 Subject: [PATCH] [svn] Added the trailing backslash that was missing. --- src/ChangeLog | 5 +++++ src/Makefile.in | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) 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