summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorNima Talebi <nima@autonomy.net.au>2009-05-24 04:09:58 +1000
committerNima Talebi <nima@autonomy.net.au>2009-05-24 04:09:58 +1000
commit64d2c31c902439eb0e62471fe97086bf217e7926 (patch)
tree56668bceed0ac3a4b1715966b03cd346971e792d /Makefile
parent6ff73a634b11dacfd246ea8bdb6df3e51cda5118 (diff)
downloadpython-dmidecode-64d2c31c902439eb0e62471fe97086bf217e7926.tar.gz
python-dmidecode-64d2c31c902439eb0e62471fe97086bf217e7926.tar.xz
python-dmidecode-64d2c31c902439eb0e62471fe97086bf217e7926.zip
Follow-up on recent XML config file rename
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index a0299c3..48f3132 100644
--- a/Makefile
+++ b/Makefile
@@ -36,7 +36,7 @@ vpath %.c $(SRC_D)
vpath %.h $(SRC_D)
vpath % $(OBJ_D)
-ifeq (0,0)
+ifeq (0,1)
TEMP:
sudo make install
sudo python -c 'import dmidecode; print "-"*80; print dmidecode.slot(); print "-"*80; print dmidecode.type(9)'