--- ./Makefile.cfg.orig Tue May 29 07:39:13 2001 +++ ./Makefile.cfg Thu Jun 7 00:21:21 2001 @@ -25,7 +25,7 @@ # 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. @@ -38,7 +38,7 @@ bindir = $(exec_prefix)/bin # Directory where the run-time configuration files will be installed. -datadir = $(TOPDIR)/etc/vga +datadir = /etc/vga # Directory where the header files will be installed. includedir = $(prefix)/include @@ -82,7 +82,7 @@ # BACKGROUND = y # Uncomment this if you want to compile and install the static libs. -# INSTALLSTATICLIB = installstaticlib +INSTALLSTATICLIB = installstaticlib # Comment this out if you don't want to install the shared libs. # If you do not install the shared nor the static libs, 'make static' @@ -94,7 +94,7 @@ # a.out image is available install it in the first directory named something # like *aout/ in /etc/ld.so.conf. # If you want this, do not comment out the next line: -INSTALLAOUTLIB = installaoutcompat +# INSTALLAOUTLIB = installaoutcompat # Comment this out if you want to keep old shared images. Old header files, # library stubs and static libraries CANNOT be kept in public locations @@ -112,7 +112,7 @@ # the Makefiles will try to figure out if your system supports gzipped man # pages and install them when possible. -# MANFORMAT = compressed +MANFORMAT = compressed # MANFORMAT = uncompressed # This is the command to update the man pages whatis database. @@ -257,7 +257,7 @@ ifndef CFLAGS - OPTIMIZE = -fomit-frame-pointer -O2 -fno-strength-reduce -pipe -g + OPTIMIZE = -fomit-frame-pointer -O2 -fno-strength-reduce -pipe else OPTIMIZE := $(CFLAGS) endif