if test `uname -m` = "x86_64" ; then
# create Makefile for Linux 64bit platforms
- sed -e "s%CFLAGS\([[:space:]]*\)=\([[:space:]]*\)\(.*\)%CFLAGS\1=\2-fPIC -pg \3%g" \
- Make.inc/Makefile.inc.x86-64_pc_linux2 > Make.inc/Makefile.inc.x86-64_pc_linux2.prof
+ sed -e "s%CFLAGS\([[:space:]]*\)=\([[:space:]]*\)\(.*\)%CFLAGS\1=\2-fPIC \3%g" \
+ Make.inc/Makefile.inc.i686_pc_linux2.prof > Make.inc/Makefile.inc.x86-64_pc_linux2.prof
ln -sf Make.inc/Makefile.inc.x86-64_pc_linux2.prof Makefile.inc
else
ln -sf Make.inc/Makefile.inc.i686_pc_linux2.prof Makefile.inc