diff options
| author | nima <nima@abc39116-655e-4be6-ad55-d661dc543056> | 2008-09-04 06:09:55 +0000 |
|---|---|---|
| committer | nima <nima@abc39116-655e-4be6-ad55-d661dc543056> | 2008-09-04 06:09:55 +0000 |
| commit | e7369539f2ccab7db4fb91f6ae470d8a5a4d25fb (patch) | |
| tree | d562a3d5ebc7bd0e2122e84d5cfb649d76068bff /Makefile | |
| parent | b3880a3305dcdd866638202b9da95cd99f06b085 (diff) | |
| download | python-dmidecode-e7369539f2ccab7db4fb91f6ae470d8a5a4d25fb.tar.gz python-dmidecode-e7369539f2ccab7db4fb91f6ae470d8a5a4d25fb.tar.xz python-dmidecode-e7369539f2ccab7db4fb91f6ae470d8a5a4d25fb.zip | |
Cleaning up of the dmidecode module, mostly conversion of things that can be
Python `None's or `Int's but were `String'.
Replaced a meaningless int dictionary key to `data'.
git-svn-id: svn://svn.autonomy.net.au/python-dmidecode@68 abc39116-655e-4be6-ad55-d661dc543056
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -9,8 +9,8 @@ # #. Bug in python2.4 PyString_FromFormat that results in not interpreting printf style formatting with %u and %lu. -#PY = $(shell python -V 2>&1 |sed -e 's/.\(ython\) \(2\.[0-9]\)\..*/p\1\2/') -PY = python2.5 +PY = $(shell python -V 2>&1 |sed -e 's/.\(ython\) \(2\.[0-9]\)\..*/p\1\2/') +#PY = python2.5 CC = gcc CFLAGS = -fno-strict-aliasing -D_XOPEN_SOURCE=600 |
