Skip to content

Commit be47d5a

Browse files
jrngitster
authored andcommitted
vcs-svn: remove build artifacts on "make clean"
Signed-off-by: Jonathan Nieder <jrnieder@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
1 parent d0fc40c commit be47d5a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2208,8 +2208,8 @@ distclean: clean
22082208
$(RM) configure
22092209

22102210
clean:
2211-
$(RM) *.o block-sha1/*.o ppc/*.o compat/*.o compat/*/*.o xdiff/*.o \
2212-
builtin/*.o $(LIB_FILE) $(XDIFF_LIB)
2211+
$(RM) *.o block-sha1/*.o ppc/*.o compat/*.o compat/*/*.o xdiff/*.o vcs-svn/*.o \
2212+
builtin/*.o $(LIB_FILE) $(XDIFF_LIB) $(VCSSVN_LIB)
22132213
$(RM) $(ALL_PROGRAMS) $(SCRIPT_LIB) $(BUILT_INS) git$X
22142214
$(RM) $(TEST_PROGRAMS)
22152215
$(RM) -r bin-wrappers

0 commit comments

Comments
 (0)