Skip to content

Commit 021fcd9

Browse files
j6tgitster
authored andcommitted
compat/ has subdirectories: do not omit them in 'make clean'
[1. text/plain] Signed-off-by: Johannes Sixt <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 2ae8239 commit 021fcd9

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
@@ -1662,7 +1662,7 @@ distclean: clean
16621662
$(RM) configure
16631663

16641664
clean:
1665-
$(RM) *.o mozilla-sha1/*.o arm/*.o ppc/*.o compat/*.o xdiff/*.o \
1665+
$(RM) *.o mozilla-sha1/*.o arm/*.o ppc/*.o compat/*.o compat/*/*.o xdiff/*.o \
16661666
$(LIB_FILE) $(XDIFF_LIB)
16671667
$(RM) $(ALL_PROGRAMS) $(BUILT_INS) git$X
16681668
$(RM) $(TEST_PROGRAMS)

0 commit comments

Comments
 (0)