1
0
mirror of https://github.com/moparisthebest/curl synced 2024-08-13 17:03:50 -04: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

View File

@ -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