diff options
| author | Mystery Man <unknown@mandriva.org> | 2004-06-15 16:50:22 +0000 |
|---|---|---|
| committer | Mystery Man <unknown@mandriva.org> | 2004-06-15 16:50:22 +0000 |
| commit | 8ea9beca90c410e12593fedfb6e741dbdf8795d0 (patch) | |
| tree | 544a377d0ea57462110009fbbbfd14473390e2a1 /tools/dmidecode/Makefile | |
| parent | b5dc638815c772056e07cd013f5b1674900456d5 (diff) | |
| download | drakx-topic/mandrakesoft.tar drakx-topic/mandrakesoft.tar.gz drakx-topic/mandrakesoft.tar.bz2 drakx-topic/mandrakesoft.tar.xz drakx-topic/mandrakesoft.zip | |
This commit was manufactured by cvs2svn to create branch 'mandrakesoft'.topic/mandrakesoft
Diffstat (limited to 'tools/dmidecode/Makefile')
| -rw-r--r-- | tools/dmidecode/Makefile | 17 |
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 |
