Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohannes Sixt <j6t@kdbg.org>2009-06-12 00:56:12 +0400
committerJunio C Hamano <gitster@pobox.com>2009-06-12 01:19:10 +0400
commit021fcd99bdafa43aa2834623d9257a1dea4492c2 (patch)
treea7bef4f73bd044c19218f2226d54428de1a734fb /Makefile
parent2ae8239d03c54a3db264be0b8b197b1abd2bde4c (diff)
compat/ has subdirectories: do not omit them in 'make clean'
[1. text/plain] Signed-off-by: Johannes Sixt <j6t@kdbg.org> 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 a51cff925d..867438de95 100644
--- a/Makefile
+++ b/Makefile
@@ -1662,7 +1662,7 @@ distclean: clean
$(RM) configure
clean:
- $(RM) *.o mozilla-sha1/*.o arm/*.o ppc/*.o compat/*.o xdiff/*.o \
+ $(RM) *.o mozilla-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)