From: Gisle Vanem Date: Mon, 11 Dec 2006 15:18:52 +0000 (+0000) Subject: ahost.exe needs getopt.obj. X-Git-Tag: upstream/1.10.0~1094 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=de2e08cee17250fbcc71b03d8002ec2b3ef7ef83;p=platform%2Fupstream%2Fc-ares.git ahost.exe needs getopt.obj. --- diff --git a/Makefile.vc6 b/Makefile.vc6 index 022e7e2..857e401 100644 --- a/Makefile.vc6 +++ b/Makefile.vc6 @@ -121,8 +121,8 @@ $(DEF_FILE): $(OBJECTS) Makefile.VC6 @echo ares_gettimeofday >> $@ @echo ares_parse_aaaa_reply >> $@ -ahost.exe: $(OBJ_DIR) $(OBJ_DIR)\ahost.obj cares_imp.lib - link $(LDFLAGS) -out:$@ $(OBJ_DIR)\ahost.obj cares_imp.lib $(EX_LIBS) +ahost.exe: $(OBJ_DIR) $(OBJ_DIR)\ahost.obj $(OBJ_DIR)\getopt.obj cares_imp.lib + link $(LDFLAGS) -out:$@ $(OBJ_DIR)\ahost.obj $(OBJ_DIR)\getopt.obj cares_imp.lib $(EX_LIBS) adig.exe: $(OBJ_DIR) $(OBJ_DIR)\adig.obj $(OBJ_DIR)\getopt.obj cares_imp.lib link $(LDFLAGS) -out:$@ $(OBJ_DIR)\adig.obj $(OBJ_DIR)\getopt.obj cares_imp.lib $(EX_LIBS)