diff options
author | Dan Fandrich <dan@coneharvesters.com> | 2016-11-02 09:11:50 +0100 |
---|---|---|
committer | Dan Fandrich <dan@coneharvesters.com> | 2016-11-02 09:15:02 +0100 |
commit | 788b319dfe515ede57dafc676b4f7524f76a0cbe (patch) | |
tree | 742aa10c0997e7be7f42aa6d9db121dc17526653 /lib/Makefile.vc6 | |
parent | 3c561c657c2f0e553b19115a506592a8bbd744bc (diff) | |
download | curl-788b319dfe515ede57dafc676b4f7524f76a0cbe.tar.gz |
msvc: removed a straggling reference to strequal.c
Follow-up to 502acba2
Diffstat (limited to 'lib/Makefile.vc6')
-rw-r--r-- | lib/Makefile.vc6 | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/Makefile.vc6 b/lib/Makefile.vc6 index d3b1dcf25..697993915 100644 --- a/lib/Makefile.vc6 +++ b/lib/Makefile.vc6 @@ -633,7 +633,6 @@ X_OBJS= \ $(DIROBJ)\vtls.obj \
$(DIROBJ)\openssl.obj \
$(DIROBJ)\strdup.obj \
- $(DIROBJ)\strequal.obj \
$(DIROBJ)\strerror.obj \
$(DIROBJ)\strtok.obj \
$(DIROBJ)\strtoofft.obj \
|