Kaydet (Commit) a6790f1a authored tarafından Ronald Oussoren's avatar Ronald Oussoren

Tweak Mac/Makefile in to ensure that pythonw gets rebuild when the major version

of python changes (2.5 -> 2.6). Bug #1552935.
üst 3564c462
...@@ -101,7 +101,7 @@ install_versionedtools: ...@@ -101,7 +101,7 @@ install_versionedtools:
fi fi
pythonw: $(srcdir)/Tools/pythonw.c pythonw: $(srcdir)/Tools/pythonw.c Makefile
$(CC) $(LDFLAGS) -o $@ $(srcdir)/Tools/pythonw.c \ $(CC) $(LDFLAGS) -o $@ $(srcdir)/Tools/pythonw.c \
-DPYTHONWEXECUTABLE='"$(APPINSTALLDIR)/Contents/MacOS/Python"' -DPYTHONWEXECUTABLE='"$(APPINSTALLDIR)/Contents/MacOS/Python"'
...@@ -249,3 +249,6 @@ clean: ...@@ -249,3 +249,6 @@ clean:
rm pythonw rm pythonw
cd PythonLauncher && make clean cd PythonLauncher && make clean
cd IDLE && make clean cd IDLE && make clean
Makefile: $(srcdir)/Makefile.in ../config.status
cd .. && CONFIG_FILES=Mac/Makefile CONFIG_HEADERS= $(SHELL) ./config.status
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment