Fix `make distcheck` failure
This commit is contained in:
parent
4f3d20e024
commit
163dfb3150
|
@ -35,8 +35,9 @@ 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 -f $(DESTDIR)$(libdir)/python*/site-packages/nghttp2.so
|
||||
rm -f $(DESTDIR)$(libdir)/python*/site-packages/python_nghttp2-*.egg-info
|
||||
|
||||
clean-local:
|
||||
$(PYTHON) setup.py clean --all
|
||||
|
|
Loading…
Reference in New Issue