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 <t.glaser@tarent.de> Signed-off-by: Jonathan Nieder <jrnieder@gmail.com> Acked-by: Matthieu Moy <Matthieu.Moy@imag.fr> Signed-off-by: Junio C Hamano <gitster@pobox.com>
1 parent e191890 commit 3176c59

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

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)