aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2004-04-26 20:41:33 +0000
committerDaniel Stenberg <daniel@haxx.se>2004-04-26 20:41:33 +0000
commit80d2fff1a1de4918b55d2ff44d3c5e0e192a7d83 (patch)
tree9581d924409846dcdd99afe41f4b67557989e393
parentcf3cf413c82f0d711c176763d136aca42840d9f6 (diff)
oops, .obj not .c!
-rw-r--r--lib/Makefile.vc62
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Makefile.vc6 b/lib/Makefile.vc6
index a95c8343f..3ce8281cd 100644
--- a/lib/Makefile.vc6
+++ b/lib/Makefile.vc6
@@ -223,7 +223,7 @@ X_OBJS= \
$(DIROBJ)\hostthre.obj \
$(DIROBJ)\hostip4.obj \
$(DIROBJ)\hostip6.obj \
- $(DIROBJ)\inet_ntop.c \
+ $(DIROBJ)\inet_ntop.obj \
$(DIROBJ)\if2ip.obj \
$(DIROBJ)\mprintf.obj \
$(DIROBJ)\netrc.obj \