summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorNima Talebi <nima@autonomy.net.au>2009-06-17 22:16:25 +1000
committerNima Talebi <nima@autonomy.net.au>2009-06-17 22:16:41 +1000
commitfc9396d1ab9ac7f2d4e39e3645ab02c130955e00 (patch)
treec1dbc691c7b93ce19d5cef23f5aa178f7b1b9f29 /Makefile
parente2730f6b8436eb92222246816578490834cc9015 (diff)
downloadpython-dmidecode-fc9396d1ab9ac7f2d4e39e3645ab02c130955e00.tar.gz
python-dmidecode-fc9396d1ab9ac7f2d4e39e3645ab02c130955e00.tar.xz
python-dmidecode-fc9396d1ab9ac7f2d4e39e3645ab02c130955e00.zip
Small cleanup
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 30c3b2b..5097afd 100644
--- a/Makefile
+++ b/Makefile
@@ -8,7 +8,6 @@
VERSION := $(shell cd src;python -c "from setup_common import *; print get_version();")
PACKAGE := python-dmidecode
-PY := $(shell python -V 2>&1 |sed -e 's/.\(ython\) \(2\.[0-9]\)\..*/p\1\2/')
PY_VER := $(shell python -c 'import sys; print "%d.%d"%sys.version_info[0:2]')
PY := python$(PY_VER)
SO = build/lib.linux-$(shell uname -m)-$(PY_VER)/dmidecodemod.so