]> rtime.felk.cvut.cz Git - git.git/commitdiff
Makefile: do not clean arm directory
authorJonathan Nieder <jrnieder@gmail.com>
Sat, 28 Nov 2009 11:41:28 +0000 (05:41 -0600)
committerJunio C Hamano <gitster@pobox.com>
Sat, 28 Nov 2009 18:09:56 +0000 (10:09 -0800)
The ARM SHA-1 implementation was removed by commit 30ae47b
(remove ARM and Mozilla SHA1 implementations, 2009-08-17).  Prune
its directory from the list of object files to delete in 'make
clean'.

Signed-off-by: Jonathan Nieder <jrnieder@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Makefile

index 5a0b3d4a7b7c352f73be60ec254cad768040ee60..4dba10e7f06d816741697356f402e2a2b5da3dbe 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1874,7 +1874,7 @@ distclean: clean
        $(RM) configure
 
 clean:
-       $(RM) *.o block-sha1/*.o arm/*.o ppc/*.o compat/*.o compat/*/*.o xdiff/*.o \
+       $(RM) *.o block-sha1/*.o ppc/*.o compat/*.o compat/*/*.o xdiff/*.o \
                $(LIB_FILE) $(XDIFF_LIB)
        $(RM) $(ALL_PROGRAMS) $(BUILT_INS) git$X
        $(RM) $(TEST_PROGRAMS)