From: Carlos R. Mafra Date: Sun, 11 Oct 2009 13:32:19 +0000 (+0200) Subject: Makefile: clean block-sha1/ directory instead of mozilla-sha1/ X-Git-Tag: v1.6.5.2~17 X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=3edd98ac6569252acd669c2b9cbe39d15eeb7e56;p=git.git Makefile: clean block-sha1/ directory instead of mozilla-sha1/ 'make clean' should remove the object files from block-sha1/ instead of the non-existent mozilla-sha1/ directory. Signed-off-by: Carlos R. Mafra Signed-off-by: Junio C Hamano --- diff --git a/Makefile b/Makefile index fea237bc8..42b7d60e1 100644 --- a/Makefile +++ b/Makefile @@ -1827,7 +1827,7 @@ distclean: clean $(RM) configure clean: - $(RM) *.o mozilla-sha1/*.o arm/*.o ppc/*.o compat/*.o compat/*/*.o xdiff/*.o \ + $(RM) *.o block-sha1/*.o arm/*.o ppc/*.o compat/*.o compat/*/*.o xdiff/*.o \ $(LIB_FILE) $(XDIFF_LIB) $(RM) $(ALL_PROGRAMS) $(BUILT_INS) git$X $(RM) $(TEST_PROGRAMS)