diff options
| author | Mystery Man <unknown@mandriva.org> | 2004-01-09 21:14:12 +0000 |
|---|---|---|
| committer | Mystery Man <unknown@mandriva.org> | 2004-01-09 21:14:12 +0000 |
| commit | 426b28dc63b1a571898e8edd580a0134e0239499 (patch) | |
| tree | 8fbcfd82a41f005786abe4a1b1f1eef4cca01166 /tools/dmidecode/Makefile | |
| parent | 9fc2f8c1fe91c12ae413617392b02ad12571d361 (diff) | |
| download | drakx-9_3_15mdk.tar drakx-9_3_15mdk.tar.gz drakx-9_3_15mdk.tar.bz2 drakx-9_3_15mdk.tar.xz drakx-9_3_15mdk.zip | |
This commit was manufactured by cvs2svn to create tag 'V9_3_15mdk'.V9_3_15mdk
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 |
