Commit 50b58818 authored by Hanno Schlichting's avatar Hanno Schlichting

fix makefile checks

parent f3a79c31
...@@ -3,11 +3,11 @@ PYTHON_PATH = $(HERE)/python ...@@ -3,11 +3,11 @@ PYTHON_PATH = $(HERE)/python
PYTHON_VER ?= 2.7 PYTHON_VER ?= 2.7
PYTHON_MINOR ?= 2.7.3 PYTHON_MINOR ?= 2.7.3
ifeq ($(PYTHON_VER),"2.6") ifeq ($(PYTHON_VER),2.6)
PYTHON_MINOR ?= 2.6.8 PYTHON_MINOR = 2.6.8
endif endif
ifeq ($(PYTHON_VER),"3.2") ifeq ($(PYTHON_VER),3.2)
PYTHON_MINOR ?= 3.2.3 PYTHON_MINOR = 3.2.3
endif endif
PYTHON_DOWNLOAD ?= http://www.python.org/ftp/python/$(PYTHON_MINOR)/Python-$(PYTHON_MINOR).tgz PYTHON_DOWNLOAD ?= http://www.python.org/ftp/python/$(PYTHON_MINOR)/Python-$(PYTHON_MINOR).tgz
......
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