Title: [commits] (bear) [11223] tweaking the windows version of the setuptools build target
Revision
11223
Author
bear
Date
2006-07-20 23:45:38 -0700 (Thu, 20 Jul 2006)

Log Message

tweaking the windows version of the setuptools build target
need to get a question answered by pje before fixing it for real

Modified Paths

Diff

Modified: trunk/external/setuptools/Makefile (11222 => 11223)

--- trunk/external/setuptools/Makefile	2006-07-21 06:26:55 UTC (rev 11222)
+++ trunk/external/setuptools/Makefile	2006-07-21 06:45:38 UTC (rev 11223)
@@ -12,7 +12,7 @@
 build: $(TARBALL)
 	cd $(SETUPTOOLS); \
     PYTHONPATH=$(TARBALL) \
-    $(PYTHON) ez_setup.py $(TARBALL)
+    $(PYTHON) ez_setup.py
 else
 
 ifeq ($(OS),Darwin)




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

Reply via email to