]> granicus.if.org Git - curl/commitdiff
MSVC6+ clean-up targets must also remove acountry.exe
authorYang Tse <yangsita@gmail.com>
Thu, 22 May 2008 16:10:57 +0000 (16:10 +0000)
committerYang Tse <yangsita@gmail.com>
Thu, 22 May 2008 16:10:57 +0000 (16:10 +0000)
ares/Makefile.vc6

index cfa3fada0c90431cec40e32d99562bf2580163bb..d9a0f968369f0c773742596976d4b03b7678e095 100644 (file)
@@ -138,7 +138,8 @@ clean:
        - del $(OBJ_DIR)\*.obj *.ilk *.pdb *.pbt *.pbi *.pbo *._xe *.map
 
 vclean realclean: clean
-       - del $(DEF_FILE) cares.lib cares_imp.* cares.dll ahost.exe adig.exe
+       - del $(DEF_FILE) cares.lib cares_imp.* cares.dll
+       - del ahost.exe adig.exe acountry.exe
        - rd $(OBJ_DIR)
 
 .c{$(OBJ_DIR)}.obj: