Remove Configure step for simmetry with other platforms.

git-svn-id: http://svn.pyinstaller.org/trunk@659 8dd32b29-ccff-0310-8a9a-9233e24343b1
This commit is contained in:
giovannibajo
2009-05-04 10:57:08 +00:00
parent e1df8d95b9
commit a16a4ad54a
+1 -1
View File
@@ -1,4 +1,4 @@
#!/bin/bash
echo "USAGE $0 some-python-version"
cd source/linux && $1 Make.py && make clean && make && cd - && $1 Configure.py
cd source/linux && $1 Make.py && make clean && make && cd -