Title: [commits] (bear) [11228] Upgrading to version of setuptools that has the fix in place for what was ailing the windows build
Revision
11228
Author
bear
Date
2006-07-21 13:26:12 -0700 (Fri, 21 Jul 2006)

Log Message

Upgrading to version of setuptools that has the fix in place for what was ailing the windows build

Modified Paths

Diff

Modified: trunk/external/setuptools/Makefile (11227 => 11228)

--- trunk/external/setuptools/Makefile	2006-07-21 17:59:32 UTC (rev 11227)
+++ trunk/external/setuptools/Makefile	2006-07-21 20:26:12 UTC (rev 11228)
@@ -1,4 +1,4 @@
-VERSION=0.6b3
+VERSION=0.6c2dev_r50758
 
 SETUPTOOLS=$(BUILD_ROOT)/setuptools
 BUILD=build_$(SNAP)
@@ -12,7 +12,7 @@
 build: $(TARBALL)
 	cd $(SETUPTOOLS); \
     PYTHONPATH=$(TARBALL) \
-    $(PYTHON) ez_setup.py
+    $(PYTHON) ez_setup.py $(TARBALL)
 else
 
 ifeq ($(OS),Darwin)




_______________________________________________
Commits mailing list
[email protected]
http://lists.osafoundation.org/mailman/listinfo/commits

Reply via email to