diff options
author | Daniel Stenberg <daniel@haxx.se> | 2004-09-15 08:05:53 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2004-09-15 08:05:53 +0000 |
commit | d4076c9a8a3e89cb8007b9d8b339166065fdfa33 (patch) | |
tree | 61570477b7951a599cf36ec1f07c1ed3552a6c1a /lib/Makefile.vc6 | |
parent | 106695d45e447d2b440abcc083c0feafb90fa330 (diff) | |
download | curl-d4076c9a8a3e89cb8007b9d8b339166065fdfa33.tar.gz |
fixed to use the new file. Can we make this use Makefile.inc somehow?
Diffstat (limited to 'lib/Makefile.vc6')
-rw-r--r-- | lib/Makefile.vc6 | 2 |
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 \
|