aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2004-09-15 08:05:53 +0000
committerDaniel Stenberg <daniel@haxx.se>2004-09-15 08:05:53 +0000
commitd4076c9a8a3e89cb8007b9d8b339166065fdfa33 (patch)
tree61570477b7951a599cf36ec1f07c1ed3552a6c1a
parent106695d45e447d2b440abcc083c0feafb90fa330 (diff)
fixed to use the new file. Can we make this use Makefile.inc somehow?
-rw-r--r--lib/Makefile.vc62
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Makefile.vc6 b/lib/Makefile.vc6
index 239a85538..1436bb310 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 \