From 021fcd99bdafa43aa2834623d9257a1dea4492c2 Mon Sep 17 00:00:00 2001 From: Johannes Sixt Date: Thu, 11 Jun 2009 22:56:12 +0200 Subject: compat/ has subdirectories: do not omit them in 'make clean' [1. text/plain] Signed-off-by: Johannes Sixt Signed-off-by: Junio C Hamano diff --git a/Makefile b/Makefile index a51cff9..867438d 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) -- cgit v0.10.2-6-g49f6