OSDN Git Service

compat/ has subdirectories: do not omit them in 'make clean'
authorJohannes Sixt <j6t@kdbg.org>
Thu, 11 Jun 2009 20:56:12 +0000 (22:56 +0200)
committerJunio C Hamano <gitster@pobox.com>
Thu, 11 Jun 2009 21:19:10 +0000 (14:19 -0700)
[1. text/plain]

Signed-off-by: Johannes Sixt <j6t@kdbg.org>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Makefile

index a51cff9..867438d 100644 (file)
--- 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)