2
0
mirror of https://github.com/curl/curl.git synced 2025-04-12 16:20:35 +08:00

$(OBJ_DIR)/ares_getopt.o must be cleaned explicitly.

This commit is contained in:
Gisle Vanem 2009-05-21 11:43:15 +00:00
parent 7dbd649f60
commit cf2d39220a

@ -73,7 +73,7 @@ acountry.exe: acountry.c $(OBJ_DIR)/ares_getopt.o $(OBJ_HACK)
$(CC) $(LDFLAGS) $(CFLAGS) -o $@ $^ $(EX_LIBS)
clean:
rm -f $(OBJECTS) libcares.a
rm -f $(OBJECTS) $(OBJ_DIR)/ares_getopt.o libcares.a
vclean realclean: clean
rm -f ahost.exe adig.exe acountry.exe depend.dj