sugita(at)sra(dot)co(dot)jp writes:
> This is a small patch for following error.
> -cpprog="${CPPROG-cp}"
> +cpprog="${CPPROG-cp -p}"
This seems a really *bad* idea. Won't it cause the executables to be
installed with the wrong ownership (ie, whatever you built them as,
rather than the user you are doing "make install" as)?
Perhaps we need some different installation technique for OS X
(run ranlib again after install?) but I won't agree to
making the above change for all platforms.
regards, tom lane