diff options
author | Mattias Andrée <maandree@kth.se> | 2024-06-02 09:36:45 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@kth.se> | 2024-06-02 09:36:45 +0200 |
commit | 2d2480314c11018e4e3bbc02fb58050decfe5a99 (patch) | |
tree | 8dad59fb2ac254770dbc51dff768c6fe8985f431 | |
parent | Empty signed commit (diff) | |
download | pylibcoopgamma-2d2480314c11018e4e3bbc02fb58050decfe5a99.tar.gz pylibcoopgamma-2d2480314c11018e4e3bbc02fb58050decfe5a99.tar.bz2 pylibcoopgamma-2d2480314c11018e4e3bbc02fb58050decfe5a99.tar.xz |
Fix makefile1.1.3.2
Signed-off-by: Mattias Andrée <maandree@kth.se>
-rw-r--r-- | config.mk | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,7 +1,7 @@ PREFIX = /usr PYTHON_MAJOR = $$(python --version 2>&1 | cut -d ' ' -f 2 | cut -d . -f 1) -PYTHON_MINOR = $$(python$(PYTHON_MAJOR) --version 2>&1) +PYTHON_MINOR = $$(python$(PYTHON_MAJOR) --version 2>&1 | cut -d . -f 2) PYTHON_VER = $(PYTHON_MAJOR)$(PYTHON_MINOR) PYTHON_VERSION = $(PYTHON_MAJOR).$(PYTHON_MINOR) |