Skip to content

Commit 7fc9d15

Browse files
jrngitster
authored andcommitted
Makefile: do not clean arm directory
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 <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 41d5b7e commit 7fc9d15

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1874,7 +1874,7 @@ distclean: clean
18741874
$(RM) configure
18751875

18761876
clean:
1877-
$(RM) *.o block-sha1/*.o arm/*.o ppc/*.o compat/*.o compat/*/*.o xdiff/*.o \
1877+
$(RM) *.o block-sha1/*.o ppc/*.o compat/*.o compat/*/*.o xdiff/*.o \
18781878
$(LIB_FILE) $(XDIFF_LIB)
18791879
$(RM) $(ALL_PROGRAMS) $(BUILT_INS) git$X
18801880
$(RM) $(TEST_PROGRAMS)

0 commit comments

Comments
 (0)