diff options
| author | Mystery Man <unknown@mandriva.org> | 2005-04-04 19:00:13 +0000 |
|---|---|---|
| committer | Mystery Man <unknown@mandriva.org> | 2005-04-04 19:00:13 +0000 |
| commit | ff340ae492915a1723450c148641b594326c5fd8 (patch) | |
| tree | 3ddaf354b14099899888a5a4c65a2bbbe5d5c3af /tools/dmidecode/Makefile | |
| parent | eb8a0c458d1d40e8aaaa00753fcef8cff968c277 (diff) | |
| download | drakx-10_2_19mdk.tar drakx-10_2_19mdk.tar.gz drakx-10_2_19mdk.tar.bz2 drakx-10_2_19mdk.tar.xz drakx-10_2_19mdk.zip | |
This commit was manufactured by cvs2svn to create tag 'V10_2_19mdk'.V10_2_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 |
