diff --git a/intern/python/freeze/Makefile b/intern/python/freeze/Makefile index e0cd3a81627..cb364b0cdeb 100644 --- a/intern/python/freeze/Makefile +++ b/intern/python/freeze/Makefile @@ -13,7 +13,7 @@ default: importer install: importer importer: - python $(PYFLAGS) freeze.py -d -x os -x pprint -x Blender -I $(SRCDIR) -o $(TARGETDIR) $(SRCDIR)/VRMLmain.py + python $(PYFLAGS) freeze.py -d -x os -x pprint -I $(SRCDIR) -o $(TARGETDIR) $(SRCDIR)/VRMLmain.py clean: rm *.pyo