From 919e40b141bb3de62a70e62d3b2737de1d99f4fe Mon Sep 17 00:00:00 2001 From: Bob Halley Date: Tue, 26 Jan 2010 16:53:01 -0800 Subject: [PATCH] do not build windows exe target --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index c0cad5e9..3dbfe953 100644 --- a/Makefile +++ b/Makefile @@ -49,7 +49,7 @@ docclean: kits: ${PYTHON} ./setup.py sdist --formats=gztar,zip - ${PYTHON} ./setup.py bdist_wininst +# ${PYTHON} ./setup.py bdist_wininst # ${PYTHON} ./setup.py bdist_rpm tags: -- 2.47.3