diff options
| author | Mystery Man <unknown@mandriva.org> | 2003-03-10 13:52:45 +0000 |
|---|---|---|
| committer | Mystery Man <unknown@mandriva.org> | 2003-03-10 13:52:45 +0000 |
| commit | c7681947b501455947618f1694df12fbb3c1d367 (patch) | |
| tree | f543345cc4a3834b3601cfbb2f9177782544dc79 /tools/dmidecode/Makefile | |
| parent | f9ef1c397c4fcb602a79ac7c0f83d938ff3597f2 (diff) | |
| download | drakx-9_1_19mdk.tar drakx-9_1_19mdk.tar.gz drakx-9_1_19mdk.tar.bz2 drakx-9_1_19mdk.tar.xz drakx-9_1_19mdk.zip | |
This commit was manufactured by cvs2svn to create tag 'V9_1_19mdk'.V9_1_19mdk
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 |
