summaryrefslogtreecommitdiffstats
path: root/tools/dmidecode/Makefile
diff options
context:
space:
mode:
authorMystery Man <unknown@mandriva.org>2005-05-25 08:56:46 +0000
committerMystery Man <unknown@mandriva.org>2005-05-25 08:56:46 +0000
commit45e61de16e073594e8532af5b1fff8e76901ee88 (patch)
treeeda23f712150bace0146c6011c39319484f1a715 /tools/dmidecode/Makefile
parent2be3766b2c1fafa44da4b93b2851044d977a128a (diff)
downloaddrakx-MDK10-LACIE-restore-2.tar
drakx-MDK10-LACIE-restore-2.tar.gz
drakx-MDK10-LACIE-restore-2.tar.bz2
drakx-MDK10-LACIE-restore-2.tar.xz
drakx-MDK10-LACIE-restore-2.zip
This commit was manufactured by cvs2svn to create tagMDK10-LACIE-restore-2
'MDK10-LACIE-restore-2'.
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