Commit 2b450f26 authored by Tatsuhiro Tsujikawa's avatar Tatsuhiro Tsujikawa

Comment out uninstall-local for python

This uninstall-local rule is too strong; it could delete unexpected
files, although they are likely nghttp2 related.
parent 1ddff5bb
......@@ -35,8 +35,8 @@ all-local: nghttp2.c
install-exec-local:
$(PYTHON) setup.py install --prefix=$(DESTDIR)$(prefix)
uninstall-local:
rm -rf $(DESTDIR)$(libdir)/python*/site-packages/*nghttp2*
# uninstall-local:
# rm -rf $(DESTDIR)$(libdir)/python*/site-packages/*nghttp2*
clean-local:
$(PYTHON) setup.py clean --all
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment