VOL-1688 Fixing subtle error where an upgraded VERSION file can cause multiple dist files to exist. This can break local builds if they local build loads the wrong one

Change-Id: I18350db1af40191f8a5bec43553560d8fececdda
diff --git a/Makefile b/Makefile
index 8fbbfb9..4d774f1 100644
--- a/Makefile
+++ b/Makefile
@@ -34,6 +34,7 @@
 
 dist:
 	@ echo "Creating python source distribution"
+	rm -r dist/
 	python setup.py sdist
 
 upload: dist