summaryrefslogtreecommitdiffstats
path: root/tools/dmidecode/Makefile
diff options
context:
space:
mode:
authorMystery Man <unknown@mandriva.org>2005-07-11 06:21:35 +0000
committerMystery Man <unknown@mandriva.org>2005-07-11 06:21:35 +0000
commite7e8874c1e8a190504398f630cd64d8915ca91fd (patch)
treefc8d33e7b3132cc1fb9082d1dec76aee45c7a7c3 /tools/dmidecode/Makefile
parentec1a5b3ef5968d94ead5db08b5e67a0a3c3badaf (diff)
downloaddrakx-10_3_0_34mdk.tar
drakx-10_3_0_34mdk.tar.gz
drakx-10_3_0_34mdk.tar.bz2
drakx-10_3_0_34mdk.tar.xz
drakx-10_3_0_34mdk.zip
This commit was manufactured by cvs2svn to create tagV10_3_0_34mdk
'V10_3_0_34mdk'.
Diffstat (limited to 'tools/dmidecode/Makefile')
-rw-r--r--tools/dmidecode/Makefile17
1 files changed, 0 insertions, 17 deletions
diff --git a/tools/dmidecode/Makefile b/tools/dmidecode/Makefile
deleted file mode 100644
index fe53436f4..000000000
--- a/tools/dmidecode/Makefile
+++ /dev/null
@@ -1,17 +0,0 @@
-CFLAGS=-Wall -O # -g -DDEBUG
-TARGETS=dmidecode
-
-ARCH := $(patsubst i%86,i386,$(shell uname -m))
-ARCH := $(patsubst sparc%,sparc,$(ARCH))
-
-ifeq (i386,$(ARCH))
-
-dmidecode: dmidecode.o
-
-else
-dmidecode: not_handled.c
- gcc -o $@ $<
-endif
-
-clean:
- $(RM) $(TARGETS) *.o core