--- a/Makefile.cfg~ 2006-07-14 15:38:58 +0400 +++ a/Makefile.cfg 2006-09-27 22:36:59 +0400 @@ -44,7 +44,7 @@ CONFDIR = $(SRCDIR)/src/config # Common prefix for installation directories. # NOTE: This directory must exist when you start the install. TOPDIR= -prefix = $(TOPDIR)/usr/local +prefix = $(TOPDIR)/usr exec_prefix = $(prefix) # Directory where the shared stubs and static library will be installed. @@ -69,7 +69,7 @@ mandir = $(prefix)/share/man TARGET_FORMAT = elf # Uncomment this to use lrmi-0.9, instead of 0.6 -# USE_LRMI_9 = y +USE_LRMI_9 = y # uncomment any of the following line to print some debug messages # DEBUG = yes @@ -133,7 +133,7 @@ INSTALLMAN = installman # Select which makefile to use to install the module, or comment both out if # you are going to install the kernel module manually -INSTALLMODULE = installmodule +# INSTALLMODULE = installmodule # INSTALLMODULE = installmodule.alt # @@ -260,7 +260,7 @@ INCLUDE_IBMRGB52x_DAC_TEST = y INCLUDE_SC1148X_DAC_TEST = y INCLUDE_ICS_GENDAC_DAC_TEST = y -# LRMI - disbaled for non i386 +# LRMI - disabled for non i386 LRMI = lrmi # Location of the svgalib configuration file. @@ -320,7 +320,7 @@ DLLFLAGS = -fPIC -DPIC # Utilites used. AR = ar -INSTALL_PROGRAM = install -sm755 +INSTALL_PROGRAM = install -c -s -m755 INSTALL_SCRIPT = install -m755 INSTALL_SHLIB = install -m755 INSTALL_DATA = install -m644