diff options
author | Johannes Sixt <j6t@kdbg.org> | 2009-06-11 22:56:12 +0200 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2009-06-11 14:19:10 -0700 |
commit | 021fcd99bdafa43aa2834623d9257a1dea4492c2 (patch) | |
tree | a7bef4f73bd044c19218f2226d54428de1a734fb /Makefile | |
parent | Fix typo in nedmalloc warning fix (diff) | |
download | tgif-021fcd99bdafa43aa2834623d9257a1dea4492c2.tar.xz |
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-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) |