]> git.ipfire.org Git - thirdparty/dnspython.git/commitdiff
do not build windows exe target
authorBob Halley <halley@nominum.com>
Wed, 27 Jan 2010 00:53:01 +0000 (16:53 -0800)
committerBob Halley <halley@nominum.com>
Wed, 27 Jan 2010 00:53:01 +0000 (16:53 -0800)
Makefile

index c0cad5e9de9410e265a7e6a1911ca3305a2628f4..3dbfe9534699345609a5101d9e925e3fdf8089f3 100644 (file)
--- 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: