summaryrefslogtreecommitdiffstats
path: root/tools/dmidecode/Makefile
diff options
context:
space:
mode:
authorMystery Man <unknown@mandriva.org>2003-03-07 07:55:17 +0000
committerMystery Man <unknown@mandriva.org>2003-03-07 07:55:17 +0000
commit928545d04299e6beb49f04c39380644ab58848bf (patch)
tree6f8d47c502c34a245b234c0ab30ab166079a89a7 /tools/dmidecode/Makefile
parent29944326bf1e6c63afa074cfadd3ffbefca309c8 (diff)
downloaddrakx-9_1_17mdk.tar
drakx-9_1_17mdk.tar.gz
drakx-9_1_17mdk.tar.bz2
drakx-9_1_17mdk.tar.xz
drakx-9_1_17mdk.zip
This commit was manufactured by cvs2svn to create tag 'V9_1_17mdk'.V9_1_17mdk
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