summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBob Halley <halley@nominum.com>2010-01-26 16:53:01 -0800
committerBob Halley <halley@nominum.com>2010-01-26 16:53:01 -0800
commit919e40b141bb3de62a70e62d3b2737de1d99f4fe (patch)
tree9d69dc5248687840f9429692ec4cfc9900e7c41c
parent4605bd8c4d837ec6d18a4c8baf9818018f73dfa2 (diff)
downloaddnspython-919e40b141bb3de62a70e62d3b2737de1d99f4fe.tar.gz
do not build windows exe target
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index c0cad5e..3dbfe95 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: