mirror of
https://github.com/curl/curl.git
synced 2025-09-29 15:36:53 +03:00
$(OBJ_DIR)/ares_getopt.o must be cleaned explicitly.
This commit is contained in:
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)
|
$(CC) $(LDFLAGS) $(CFLAGS) -o $@ $^ $(EX_LIBS)
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
rm -f $(OBJECTS) libcares.a
|
rm -f $(OBJECTS) $(OBJ_DIR)/ares_getopt.o libcares.a
|
||||||
|
|
||||||
vclean realclean: clean
|
vclean realclean: clean
|
||||||
rm -f ahost.exe adig.exe acountry.exe depend.dj
|
rm -f ahost.exe adig.exe acountry.exe depend.dj
|
||||||
|
|
Loading…
Reference in New Issue
Block a user