summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorCarlos R. Mafra <crmafra@aei.mpg.de>2009-10-11 13:32:19 (GMT)
committerJunio C Hamano <gitster@pobox.com>2009-10-19 02:45:38 (GMT)
commit3edd98ac6569252acd669c2b9cbe39d15eeb7e56 (patch)
treedf32d7ff02cbe1a8ca4403c0058d0c7eee853357 /Makefile
parentb142da2a5dec8f868a61322e2ab591e9a008ec3b (diff)
downloadgit-3edd98ac6569252acd669c2b9cbe39d15eeb7e56.zip
git-3edd98ac6569252acd669c2b9cbe39d15eeb7e56.tar.gz
git-3edd98ac6569252acd669c2b9cbe39d15eeb7e56.tar.bz2
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>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index fea237b..42b7d60 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)