diff options
author | Gisle Vanem <gvanem@broadpark.no> | 2009-05-21 11:43:15 +0000 |
---|---|---|
committer | Gisle Vanem <gvanem@broadpark.no> | 2009-05-21 11:43:15 +0000 |
commit | cf2d39220a83afb4924f4dde524d07db4a6d588b (patch) | |
tree | 967ee676212c95e70dd64c2f1f5ae9e971ce7500 /ares/Makefile.dj | |
parent | 7dbd649f6050e251c1f5828198e56972e034e141 (diff) | |
download | curl-cf2d39220a83afb4924f4dde524d07db4a6d588b.tar.gz |
$(OBJ_DIR)/ares_getopt.o must be cleaned explicitly.
Diffstat (limited to 'ares/Makefile.dj')
-rw-r--r-- | ares/Makefile.dj | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ares/Makefile.dj b/ares/Makefile.dj index db56e0950..7f29e2649 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 |