From: Daniel Stenberg Date: Mon, 26 Apr 2004 20:41:33 +0000 (+0000) Subject: oops, .obj not .c! X-Git-Tag: curl-7_12_0~268 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=80d2fff1a1de4918b55d2ff44d3c5e0e192a7d83;p=thirdparty%2Fcurl.git oops, .obj not .c! --- diff --git a/lib/Makefile.vc6 b/lib/Makefile.vc6 index a95c8343f1..3ce8281cde 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 \