From 587c99351d480cef96332dff31a39f662ebdccdb Mon Sep 17 00:00:00 2001 From: Gisle Vanem Date: Mon, 11 Dec 2006 15:18:52 +0000 Subject: ahost.exe needs getopt.obj. --- ares/Makefile.vc6 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'ares') diff --git a/ares/Makefile.vc6 b/ares/Makefile.vc6 index 022e7e281..857e40144 100644 --- a/ares/Makefile.vc6 +++ b/ares/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) -- cgit v1.2.3