*** ./makefile.ORIG Mon Apr 15 17:01:24 2013 --- ./makefile Mon Apr 15 17:01:52 2013 *************** *** 5,11 **** ## $Revision: 1.6 $, $Date: 2008/10/18 09:41:00 $ ######################################################################## ! prefix=/usr exec_prefix=$(prefix) ## This is where the executable will be installed --- 5,11 ---- ## $Revision: 1.6 $, $Date: 2008/10/18 09:41:00 $ ######################################################################## ! prefix=/opt/freeware exec_prefix=$(prefix) ## This is where the executable will be installed *************** *** 15,21 **** MANDIR=$(prefix)/man/man1 ## Your favorite compiler flags. ! CFLAGS = -O2 -W -Wall -pedantic ######################################################################## cpipe: cpipe.o cmdline.o --- 15,21 ---- MANDIR=$(prefix)/man/man1 ## Your favorite compiler flags. ! CFLAGS = -O2 ######################################################################## cpipe: cpipe.o cmdline.o