From 021fcd99bdafa43aa2834623d9257a1dea4492c2 Mon Sep 17 00:00:00 2001 From: Johannes Sixt Date: Thu, 11 Jun 2009 22:56:12 +0200 Subject: [PATCH] compat/ has subdirectories: do not omit them in 'make clean' [1. text/plain] Signed-off-by: Johannes Sixt Signed-off-by: Junio C Hamano --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- 2.11.4.GIT