Rename patches to include Python 2.4 version, in preparation for adding 2.5

This commit is contained in:
Hamish Moffatt 2008-10-08 05:02:59 +00:00
parent 8a12bab608
commit 433a26a515
5 changed files with 1 additions and 1 deletions

View File

@ -78,7 +78,7 @@ $(PYTHON_DIR)/.unpacked: $(DL_DIR)/$(PYTHON_SOURCE)
touch $@
$(PYTHON_DIR)/.patched: $(PYTHON_DIR)/.unpacked
toolchain/patch-kernel.sh $(PYTHON_DIR) package/python/ python\*.patch
toolchain/patch-kernel.sh $(PYTHON_DIR) package/python/ python-$(PYTHON_VERSION_SHORT)-\*.patch
touch $@
$(PYTHON_DIR)/.hostpython: $(PYTHON_DIR)/.patched