Skip to content

Commit 3edd98a

Browse files
Carlos R. Mafragitster
authored andcommitted
Makefile: clean block-sha1/ directory instead of mozilla-sha1/
'make clean' should remove the object files from block-sha1/ instead of the non-existent mozilla-sha1/ directory. Signed-off-by: Carlos R. Mafra <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent b142da2 commit 3edd98a

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
@@ -1827,7 +1827,7 @@ distclean: clean
18271827
$(RM) configure
18281828

18291829
clean:
1830-
$(RM) *.o mozilla-sha1/*.o arm/*.o ppc/*.o compat/*.o compat/*/*.o xdiff/*.o \
1830+
$(RM) *.o block-sha1/*.o arm/*.o ppc/*.o compat/*.o compat/*/*.o xdiff/*.o \
18311831
$(LIB_FILE) $(XDIFF_LIB)
18321832
$(RM) $(ALL_PROGRAMS) $(BUILT_INS) git$X
18331833
$(RM) $(TEST_PROGRAMS)

0 commit comments

Comments
 (0)