pgsql: Simplify a few makefile rules since install-sh can now install

Started by Peter Eisentrautover 16 years ago2 messagescomitters
Jump to latest
#1Peter Eisentraut
peter_e@gmx.net

Log Message:
-----------
Simplify a few makefile rules since install-sh can now install multiple
files in one run.

Modified Files:
--------------
pgsql/src/backend/tsearch:
Makefile (r1.10 -> r1.11)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/tsearch/Makefile?r1=1.10&r2=1.11)
pgsql/src/interfaces/ecpg/include:
Makefile (r1.34 -> r1.35)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/interfaces/ecpg/include/Makefile?r1=1.34&r2=1.35)

#2Alvaro Herrera
alvherre@2ndquadrant.com
In reply to: Peter Eisentraut (#1)
Re: pgsql: Simplify a few makefile rules since install-sh can now install

Peter Eisentraut wrote:

Log Message:
-----------
Simplify a few makefile rules since install-sh can now install multiple
files in one run.

We have a bunch of places using cp instead of install-sh for performance
reasons; should those be cleaned up too, now?

--
Alvaro Herrera http://www.CommandPrompt.com/
PostgreSQL Replication, Consulting, Custom Development, 24x7 support