$(OBJ_DIR)/ares_getopt.o must be cleaned explicitly.
authorGisle Vanem <gvanem@broadpark.no>
Thu, 21 May 2009 11:43:15 +0000 (11:43 +0000)
committerGisle Vanem <gvanem@broadpark.no>
Thu, 21 May 2009 11:43:15 +0000 (11:43 +0000)
ares/Makefile.dj

index db56e09..7f29e26 100644 (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