diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2004-11-12 18:28:56 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2004-11-12 18:28:56 +0000 |
commit | 935280a5aeb4f41ab575b6f2a54f759bdab1f2bf (patch) | |
tree | a6465e538339dc0b9f797b330b961b51a67cf6e2 /tools | |
parent | 1945a1194053bba93a0507f6e2aef4e333e265a5 (diff) | |
download | drakx-935280a5aeb4f41ab575b6f2a54f759bdab1f2bf.tar drakx-935280a5aeb4f41ab575b6f2a54f759bdab1f2bf.tar.gz drakx-935280a5aeb4f41ab575b6f2a54f759bdab1f2bf.tar.bz2 drakx-935280a5aeb4f41ab575b6f2a54f759bdab1f2bf.tar.xz drakx-935280a5aeb4f41ab575b6f2a54f759bdab1f2bf.zip |
disable ddcprobe again - it doesn't work right, causing the installer to halt
with a divide by zero error
Diffstat (limited to 'tools')
-rw-r--r-- | tools/ddcprobe/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/ddcprobe/Makefile b/tools/ddcprobe/Makefile index 633d870d6..c558212f3 100644 --- a/tools/ddcprobe/Makefile +++ b/tools/ddcprobe/Makefile @@ -23,7 +23,7 @@ LIBS = libint10.a libx86emu.a DEFS += -DHAVE_VBE endif ifeq (ppc,$(ARCH)) -OBJS = ddcxinfos.o of.o minifind.o vbe.o vesamode.o +#OBJS = ddcxinfos.o of.o minifind.o vbe.o vesamode.o endif ifeq (,$(OBJS)) OBJS = not_handled.o |