Skip to content

Commit 3176c59

Browse files
jrngitster
authored andcommitted
git-remote-mediawiki: do not remove installed files in "clean" target
Running "make clean" after a successful "make install" should not result in a broken mediawiki remote helper. Reported-by: Thorsten Glaser <[email protected]> Signed-off-by: Jonathan Nieder <[email protected]> Acked-by: Matthieu Moy <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent e191890 commit 3176c59

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

contrib/mw-to-git/Makefile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@ install: install_pm
3131
clean:
3232
$(MAKE) -C $(GIT_ROOT_DIR) SCRIPT_PERL=$(SCRIPT_PERL_FULL) \
3333
clean-perl-script
34-
rm $(INSTLIBDIR)/$(GIT_MEDIAWIKI_PM)
3534

3635
perlcritic:
3736
perlcritic -2 *.perl

0 commit comments

Comments
 (0)