diff options
author | Carlos R. Mafra <crmafra@aei.mpg.de> | 2009-10-11 15:32:19 +0200 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2009-10-18 19:45:38 -0700 |
commit | 3edd98ac6569252acd669c2b9cbe39d15eeb7e56 (patch) | |
tree | df32d7ff02cbe1a8ca4403c0058d0c7eee853357 | |
parent | GIT 1.6.5.1 (diff) | |
download | tgif-3edd98ac6569252acd669c2b9cbe39d15eeb7e56.tar.xz |
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 <crmafra@aei.mpg.de>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) |