diff --git a/python/Makefile.am b/python/Makefile.am index 911888fd..f5e310d9 100644 --- a/python/Makefile.am +++ b/python/Makefile.am @@ -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