From: Gisle Vanem Date: Thu, 21 May 2009 11:43:15 +0000 (+0000) Subject: $(OBJ_DIR)/ares_getopt.o must be cleaned explicitly. X-Git-Tag: upstream/7.37.1~6187 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=cf2d39220a83afb4924f4dde524d07db4a6d588b;p=platform%2Fupstream%2Fcurl.git $(OBJ_DIR)/ares_getopt.o must be cleaned explicitly. --- diff --git a/ares/Makefile.dj b/ares/Makefile.dj index db56e09..7f29e26 100644 --- a/ares/Makefile.dj +++ b/ares/Makefile.dj @@ -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