From: Daniel Stenberg Date: Wed, 15 Sep 2004 08:05:53 +0000 (+0000) Subject: fixed to use the new file. Can we make this use Makefile.inc somehow? X-Git-Tag: curl-7_12_2~111 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=d4076c9a8a3e89cb8007b9d8b339166065fdfa33;p=thirdparty%2Fcurl.git fixed to use the new file. Can we make this use Makefile.inc somehow? --- diff --git a/lib/Makefile.vc6 b/lib/Makefile.vc6 index 239a855384..1436bb310a 100644 --- a/lib/Makefile.vc6 +++ b/lib/Makefile.vc6 @@ -236,7 +236,7 @@ X_OBJS= \ $(DIROBJ)\ldap.obj \ $(DIROBJ)\dict.obj \ $(DIROBJ)\telnet.obj \ - $(DIROBJ)\getdate.obj \ + $(DIROBJ)\parsedate.obj \ $(DIROBJ)\getenv.obj \ $(DIROBJ)\inet_pton.obj \ $(DIROBJ)\hostip.obj \