summaryrefslogtreecommitdiffstats
path: root/tools/dmidecode/Makefile
diff options
context:
space:
mode:
authorMystery Man <unknown@mandriva.org>2005-09-02 16:38:15 +0000
committerMystery Man <unknown@mandriva.org>2005-09-02 16:38:15 +0000
commitd53d83f3f80a9cad384644bb0d98b4d3d257b4d8 (patch)
tree575ef8f623300f7315ed26bec8c2ef670327366f /tools/dmidecode/Makefile
parent46a079ddbe5c93b62183e0a30aed11328eee5939 (diff)
downloaddrakx-d53d83f3f80a9cad384644bb0d98b4d3d257b4d8.tar
drakx-d53d83f3f80a9cad384644bb0d98b4d3d257b4d8.tar.gz
drakx-d53d83f3f80a9cad384644bb0d98b4d3d257b4d8.tar.bz2
drakx-d53d83f3f80a9cad384644bb0d98b4d3d257b4d8.tar.xz
drakx-d53d83f3f80a9cad384644bb0d98b4d3d257b4d8.zip
This commit was manufactured by cvs2svn to create tagV10_3_0_52mdk
'V10_3_0_52mdk'.
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