*** ./src/makefile.ORIG Tue Apr 30 08:32:08 2013 --- ./src/makefile Tue Apr 30 08:35:14 2013 *************** *** 2,10 **** # This file will compile the ansifilter binary. # See INSTALL for instructions. ! CC=g++ ! CFLAGS= -c -Wall -O2 LDFLAGS= --- 2,10 ---- # This file will compile the ansifilter binary. # See INSTALL for instructions. ! CC=xlC ! CFLAGS= -c -O LDFLAGS= *** ./makefile.ORIG Tue Apr 30 08:48:21 2013 --- ./makefile Tue Apr 30 08:48:39 2013 *************** *** 7,19 **** DESTDIR = # Root directory for final installation ! PREFIX = /usr # Location of the binary: bin_dir = ${PREFIX}/bin/ # Location of the man page: ! man_dir = ${PREFIX}/share/man/man1/ # Location of the documentation: doc_dir = ${PREFIX}/share/doc/ansifilter/ --- 7,19 ---- DESTDIR = # Root directory for final installation ! PREFIX = /opt/freeware # Location of the binary: bin_dir = ${PREFIX}/bin/ # Location of the man page: ! man_dir = ${PREFIX}/man/man1/ # Location of the documentation: doc_dir = ${PREFIX}/share/doc/ansifilter/