From a89ec67dde4cc47ccdf783b3e5860fded91f0c40 Mon Sep 17 00:00:00 2001 From: Manuel Barkhau Date: Sun, 18 Oct 2020 21:08:16 +0000 Subject: [PATCH] fix for clean dist_build --- Makefile.bootstrapit.make | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile.bootstrapit.make b/Makefile.bootstrapit.make index 842cfb5..49e4a8d 100644 --- a/Makefile.bootstrapit.make +++ b/Makefile.bootstrapit.make @@ -565,6 +565,7 @@ bump_version: .PHONY: dist_build dist_build: @rm -rf build/lib3to6_out/ + @rm -rf build/lib/ @rm -rf build/bdist* $(DEV_ENV_PY) setup.py sdist; $(DEV_ENV_PY) setup.py bdist_wheel --python-tag=$(BDIST_WHEEL_PYTHON_TAG);